Skip to main content
A newer version of this page is available. .

ScrollBarBase.GetDefaultVerticalScrollBarWidth() Method

Returns the default width, in pixels, of vertical scroll bars displayed in the current scroll UI mode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public int GetDefaultVerticalScrollBarWidth()

Returns

Type Description
Int32

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

See Also