ItemSizeMode Enum
Lists the values that specify how the FlipView sizes its child items.
Namespace: DevExpress.Xpf.WindowsUI
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Members
Name | Description |
---|---|
Auto
|
Items scale according to their original size. |
Stretch
|
Items stretch to fit the actual container size. |
Related API Members
The following properties accept/return ItemSizeMode values:
Remarks
The values listed by this enumeration are used to set the FlipView.ItemSizeMode property.
See Also