Skip to main content
A newer version of this page is available.
All docs
V18.2

ScrollBarBase.GetVerticalScrollBarWidth() Method

Returns the default width, in pixels, of vertical scroll bars.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static int GetVerticalScrollBarWidth()

Returns

Type Description
Int32

A Int32 value that indicates the default width, in pixels, of vertical scroll bars.

Remarks

The static GetVerticalScrollBarWidth method returns the default width, in pixels, of vertical scroll bars. This value depends on the ScrollBarBase.UIMode in which scroll bars are displayed.

See Also