StepLayoutMode
Enum
Determines how the step items are measured and arranged in the available space.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum StepLayoutMode
Fields
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.
C#
Absolute = 1
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.
C#
Auto = 0
In this mode the step spacing is adjusted dynamically to fit at an equal distance all steps in the available space.
C#
Stretched = 2