Enum
StepLayoutMode

Determines how the step items are measured and arranged in the available space.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum StepLayoutMode

Fields

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.

Declaration

cs-api-definition
Absolute = 1

Field Value

StepLayoutMode

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.

Declaration

cs-api-definition
Auto = 0

Field Value

StepLayoutMode

Stretched

In this mode the step spacing is adjusted dynamically to fit at an equal distance all steps in the available space.

Declaration

cs-api-definition
Stretched = 2

Field Value

StepLayoutMode

In this article
DefinitionFieldsAbsoluteAutoStretched
Not finding the help you need?
Contact Support