Skip to main content

ItemSizeMode Enum

Lists the values that specify how the FlipView sizes its child items.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public enum ItemSizeMode

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