ScrollBarBase.GetHorizontalScrollBarHeight(ScrollUIMode, ScaleHelper) Method
For internal use.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public static int GetHorizontalScrollBarHeight(
ScrollUIMode controlMode,
ScaleHelper scaleDPI = null
)
Parameters
Name | Type | Description |
---|---|---|
controlMode | ScrollUIMode |
|
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
scaleDPI | DevExpress.Utils.DPI.ScaleHelper | null |
|
Returns
Type | Description |
---|---|
Int32 |
|
See Also