Gets/sets a value that represents a scroll bar width (in pixels) in calculations.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
<BrowsableAttribute(True)> _ Public Property ScrollBarWidth As Integer
[BrowsableAttribute(true)] public int ScrollBarWidth { get; set; }
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).
This value does not change actual scroll bar width.
Default value is 19.