Class
WrapLayoutDefinition

Represents a UI virtualization strategy definition for a wrap layout strategy.

Definition

Namespace:Telerik.UI.Xaml.Controls.Data.ListView

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class WrapLayoutDefinition : LayoutDefinitionBase, INotifyPropertyChanged

Inheritance: objectViewModelBaseLayoutDefinitionBaseWrapLayoutDefinition

Implements: INotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChangedOverride(string)ViewModelBase.PropertyChanged

Constructors

WrapLayoutDefinition()

Declaration

cs-api-definition
public WrapLayoutDefinition()

Properties

ItemWidth

Gets or sets the width (height) of the items in vertical (horizontal) orientation.

Declaration

cs-api-definition
public double ItemWidth { get; set; }

Property Value

double