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

ScrollBarBase.GetDefaultHorizontalScrollBarHeight() Method

Returns the default height, in pixels, of horizontal scroll bars displayed in the current scroll UI mode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public int GetDefaultHorizontalScrollBarHeight()

Returns

Type Description
Int32

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

See Also