BaseViewer.ScrollBarWidth Property

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)

Syntax

C#
public int ScrollBarWidth { get; set; }

Property Value

The value that represents a scroll bar width (in pixels) in calculations.

Remarks

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).

Note

This value does not change actual scroll bar width.

Default value is 19.

See Also

Reference