IItemsLayout Schnittstelle

Definition

Definiert den Vertrag für ein Elementlayout, das Elemente in Auflistungs- und Karussellansichten anordnet.

public interface class IItemsLayout : System::ComponentModel::INotifyPropertyChanged
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ItemsLayoutTypeConverter))]
public interface IItemsLayout : System.ComponentModel.INotifyPropertyChanged
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ItemsLayoutTypeConverter))>]
type IItemsLayout = interface
    interface INotifyPropertyChanged
Public Interface IItemsLayout
Implements INotifyPropertyChanged
Abgeleitet
Attribute
Implementiert

Hinweise

Diese Schnittstelle dient als Markierung für Klassen, die definieren, wie Elemente in Ansichten wie CollectionView und CarouselView. Implementierungen umfassen LinearItemsLayout layouts mit einer Zeile/Spalte und GridItemsLayout für rasterbasierte Layouts. Das Typkonverter-Attribut ermöglicht die XAML-Analyse von Layoutspezifikationen.

Gilt für: