ScrollBarBase.GetVerticalScrollBarWidth(ScrollUIMode, ScaleHelper) Method
For internal use.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
public static int GetVerticalScrollBarWidth(
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