This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.ScrollBarWidth Property

Gets/sets a value that represents a scroll bar width in calculations.

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property ScrollBarWidth As Integer
C#
[BrowsableAttribute(true)]
public int ScrollBarWidth { get; set; }

Property Value

A value that represents a scroll bar width in calculations.

Remarks

Note, this value does not change actual scroll bar width. Since there is no simple way to determine the scroll bar width from the JavaScript (taking into account different platform, accessibility modes, etc) the estimated value is specified by this property. Typically you should not modify this value (since it has optimal value for the browsers at the present time).

Default value is 17.

See Also

Reference