StepProgressBarCommonItemOptions.MinTextWidth Property
Gets or sets the minimum width of text strings in both content blocks. If your items dynamically change content block text, set this property to match the widest text string. This way, you can force these items to remain static and prevent them from flickering.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The minimum width of text strings in item content blocks. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to MinTextWidth |
---|---|
StepProgressBar |
|
See Also