Skip to main content
A newer version of this page is available. .
All docs
V20.2

ITimeScale.MinWidth Property

Specifies the minimum allowed width of a single division of the scale.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

double MinWidth { get; }

Property Value

Type Description
Double

The minimum allowed width of a single division of the scale, in pixels.

Remarks

When the Scheduler is zoomed out so that the width of a single division of the scale becomes less than the MinWidth value, the scale becomes hidden.

The UnitCount property specifies the number of measure units in a single division of the scale. The ScaleUnit property specifies the measure unit.

See Also