Skip to main content
All docs
V19.1

ScrollBarBase.GetHorizontalScrollBarHeight() Method

Returns the default height, in pixels, of horizontal scroll bars.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static int GetHorizontalScrollBarHeight()

Returns

Type Description
Int32

A Int32 value that indicates the default height, in pixels, of horizontal scroll bars.

Remarks

The static GetHorizontalScrollBarHeight method returns the default height, in pixels, of horizontal scroll bars. This value depends on the ScrollBarBase.UIMode in which scroll bars are displayed.

See Also