C# Класс DLToolkit.Forms.Controls.FlowListView

Наследование: ListView, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FlowColumnCountProperty BindableProperty
FlowColumnExpandProperty BindableProperty
FlowColumnMinWidthProperty BindableProperty
FlowColumnTemplateProperty BindableProperty
FlowItemAppearingCommandProperty BindableProperty
FlowItemDisappearingCommandProperty BindableProperty
FlowItemTappedCommandProperty BindableProperty
FlowItemsSourceProperty BindableProperty
FlowLastTappedItemProperty BindableProperty
FlowRowBackgroundColorProperty BindableProperty
FlowTappedBackgroundColorProperty BindableProperty
FlowTappedBackgroundDelayProperty BindableProperty

Private Properties

Свойство Тип Описание
FlowItemsSourceCollectionChanged void
FlowListSizeChanged void
FlowListViewItemAppearing void
FlowListViewItemDisappearing void
FlowListViewItemSelected void
FlowListViewPropertyChanged void
FlowListViewPropertyChanging void
FlowPerformTap void
InitialSetup void
RefreshDesiredColumnCount void
ReloadContainerList void
ReloadGroupedContainerList void

Открытые методы

Метод Описание
Dispose ( ) : void

Releases all resource used by the DLToolkit.Forms.Controls.FlowListView object.

Call Dispose when you are finished using the DLToolkit.Forms.Controls.FlowListView. The Dispose method leaves the DLToolkit.Forms.Controls.FlowListView in an unusable state. After calling Dispose, you must release all references to the DLToolkit.Forms.Controls.FlowListView so the garbage collector can reclaim the memory that the DLToolkit.Forms.Controls.FlowListView was occupying.

FlowListView ( ) : System

Initializes a new instance of the DLToolkit.Forms.Controls.FlowListView class.

FlowListView ( ListViewCachingStrategy cachingStrategy ) : System

Initializes a new instance of the T:DLToolkit.Forms.Controls.FlowListView class.

ForceReload ( ) : void

Forces FlowListView reload.

Init ( ) : void

Used to avoid linking issues eg. when using only XAML

Приватные методы

Метод Описание
FlowItemsSourceCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
FlowListSizeChanged ( object sender, EventArgs e ) : void
FlowListViewItemAppearing ( object sender, ItemVisibilityEventArgs e ) : void
FlowListViewItemDisappearing ( object sender, ItemVisibilityEventArgs e ) : void
FlowListViewItemSelected ( object sender, Xamarin.Forms.SelectedItemChangedEventArgs e ) : void
FlowListViewPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
FlowListViewPropertyChanging ( object sender, PropertyChangingEventArgs e ) : void
FlowPerformTap ( object item ) : void
InitialSetup ( ) : void
RefreshDesiredColumnCount ( ) : void
ReloadContainerList ( ) : void
ReloadGroupedContainerList ( ) : void

Описание методов

Dispose() публичный Метод

Releases all resource used by the DLToolkit.Forms.Controls.FlowListView object.
Call Dispose when you are finished using the DLToolkit.Forms.Controls.FlowListView. The Dispose method leaves the DLToolkit.Forms.Controls.FlowListView in an unusable state. After calling Dispose, you must release all references to the DLToolkit.Forms.Controls.FlowListView so the garbage collector can reclaim the memory that the DLToolkit.Forms.Controls.FlowListView was occupying.
public Dispose ( ) : void
Результат void

FlowListView() публичный Метод

Initializes a new instance of the DLToolkit.Forms.Controls.FlowListView class.
public FlowListView ( ) : System
Результат System

FlowListView() публичный Метод

Initializes a new instance of the T:DLToolkit.Forms.Controls.FlowListView class.
public FlowListView ( ListViewCachingStrategy cachingStrategy ) : System
cachingStrategy ListViewCachingStrategy Caching strategy.
Результат System

ForceReload() публичный Метод

Forces FlowListView reload.
public ForceReload ( ) : void
Результат void

Init() публичный статический Метод

Used to avoid linking issues eg. when using only XAML
public static Init ( ) : void
Результат void

Описание свойств

FlowColumnCountProperty публичное статическое свойство

The flow column count property.
public static BindableProperty FlowColumnCountProperty
Результат BindableProperty

FlowColumnExpandProperty публичное статическое свойство

The flow group grouping key selector property.
public static BindableProperty FlowColumnExpandProperty
Результат BindableProperty

FlowColumnMinWidthProperty публичное статическое свойство

The flow column default minimum width property.
public static BindableProperty FlowColumnMinWidthProperty
Результат BindableProperty

FlowColumnTemplateProperty публичное статическое свойство

FlowColumnsTemplatesProperty.
public static BindableProperty FlowColumnTemplateProperty
Результат BindableProperty

FlowItemAppearingCommandProperty публичное статическое свойство

FlowItemAppearingCommandProperty.
public static BindableProperty FlowItemAppearingCommandProperty
Результат BindableProperty

FlowItemDisappearingCommandProperty публичное статическое свойство

FlowItemDisappearingCommandProperty.
public static BindableProperty FlowItemDisappearingCommandProperty
Результат BindableProperty

FlowItemTappedCommandProperty публичное статическое свойство

FlowItemTappedCommandProperty.
public static BindableProperty FlowItemTappedCommandProperty
Результат BindableProperty

FlowItemsSourceProperty публичное статическое свойство

FlowItemsSourceProperty.
public static BindableProperty FlowItemsSourceProperty
Результат BindableProperty

FlowLastTappedItemProperty публичное статическое свойство

FlowLastTappedItemProperty.
public static BindableProperty FlowLastTappedItemProperty
Результат BindableProperty

FlowRowBackgroundColorProperty публичное статическое свойство

The flow row background color property.
public static BindableProperty FlowRowBackgroundColorProperty
Результат BindableProperty

FlowTappedBackgroundColorProperty публичное статическое свойство

FlowTappedBackgroundColor property.
public static BindableProperty FlowTappedBackgroundColorProperty
Результат BindableProperty

FlowTappedBackgroundDelayProperty публичное статическое свойство

FlowTappedBackgroundDelay property.
public static BindableProperty FlowTappedBackgroundDelayProperty
Результат BindableProperty