You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseViewer.scrollBarWidth Property

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

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

Syntax

Java Script
function get_scrollBarWidth();

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.

This property corresponds to BaseViewer.ScrollBarWidth server-side member.

See Also

Reference