Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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