Enum
StripViewItemFitMode

Defines possible modes to fit items within a RadPageViewStripElement instance.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
[Flags]
public enum StripViewItemFitMode

Fields

Fill

Items are expanded if their size is less than the available one.

Declaration

cs-api-definition
Fill = 2

Field Value

StripViewItemFitMode

FillHeight

Items are stretched in the available height of their parent container.

Declaration

cs-api-definition
FillHeight = 4

Field Value

StripViewItemFitMode

MultiLine

Items are arranged in multiLine layout.

Declaration

cs-api-definition
MultiLine = Shrink | FillHeight

Field Value

StripViewItemFitMode

None

Each item uses its desired size.

Declaration

cs-api-definition
None = 0

Field Value

StripViewItemFitMode

Shrink

Items are shrinked if their size exceeds the available one.

Declaration

cs-api-definition
Shrink = 1

Field Value

StripViewItemFitMode

ShrinkAndFill

Items are either shrinked or expanded when needed.

Declaration

cs-api-definition
ShrinkAndFill = Shrink | Fill

Field Value

StripViewItemFitMode