Enum StepLayoutMode
Determines how the step items are measured and arranged in the available space.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum StepLayoutMode
Absolute
In this mode the steps are always arranged according to the specified spacing and connection lengths. In case the available space cannot fit all the steps, the navigation buttons become visible.
Auto
In this mode the steps are arranged according to the specified spacing and connection lengths. In case there is not enough space, the spacing is decreased so that all steps remain visible.
Stretched
In this mode the step spacing is adjusted dynamically to fit at an equal distance all steps in the available space.