C# Class DLToolkit.Forms.Controls.FlowListView

Inheritance: ListView, IDisposable
Afficher le fichier Open project: daniel-luberda/DLToolkit.Forms.Controls Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Свойство Type Description
FlowItemsSourceCollectionChanged void
FlowListSizeChanged void
FlowListViewItemAppearing void
FlowListViewItemDisappearing void
FlowListViewItemSelected void
FlowListViewPropertyChanged void
FlowListViewPropertyChanging void
FlowPerformTap void
InitialSetup void
RefreshDesiredColumnCount void
ReloadContainerList void
ReloadGroupedContainerList void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

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
Résultat void

FlowListView() public méthode

Initializes a new instance of the DLToolkit.Forms.Controls.FlowListView class.
public FlowListView ( ) : System
Résultat System

FlowListView() public méthode

Initializes a new instance of the T:DLToolkit.Forms.Controls.FlowListView class.
public FlowListView ( ListViewCachingStrategy cachingStrategy ) : System
cachingStrategy ListViewCachingStrategy Caching strategy.
Résultat System

ForceReload() public méthode

Forces FlowListView reload.
public ForceReload ( ) : void
Résultat void

Init() public static méthode

Used to avoid linking issues eg. when using only XAML
public static Init ( ) : void
Résultat void

Property Details

FlowColumnCountProperty public_oe static_oe property

The flow column count property.
public static BindableProperty FlowColumnCountProperty
Résultat BindableProperty

FlowColumnExpandProperty public_oe static_oe property

The flow group grouping key selector property.
public static BindableProperty FlowColumnExpandProperty
Résultat BindableProperty

FlowColumnMinWidthProperty public_oe static_oe property

The flow column default minimum width property.
public static BindableProperty FlowColumnMinWidthProperty
Résultat BindableProperty

FlowColumnTemplateProperty public_oe static_oe property

FlowColumnsTemplatesProperty.
public static BindableProperty FlowColumnTemplateProperty
Résultat BindableProperty

FlowItemAppearingCommandProperty public_oe static_oe property

FlowItemAppearingCommandProperty.
public static BindableProperty FlowItemAppearingCommandProperty
Résultat BindableProperty

FlowItemDisappearingCommandProperty public_oe static_oe property

FlowItemDisappearingCommandProperty.
public static BindableProperty FlowItemDisappearingCommandProperty
Résultat BindableProperty

FlowItemTappedCommandProperty public_oe static_oe property

FlowItemTappedCommandProperty.
public static BindableProperty FlowItemTappedCommandProperty
Résultat BindableProperty

FlowItemsSourceProperty public_oe static_oe property

FlowItemsSourceProperty.
public static BindableProperty FlowItemsSourceProperty
Résultat BindableProperty

FlowLastTappedItemProperty public_oe static_oe property

FlowLastTappedItemProperty.
public static BindableProperty FlowLastTappedItemProperty
Résultat BindableProperty

FlowRowBackgroundColorProperty public_oe static_oe property

The flow row background color property.
public static BindableProperty FlowRowBackgroundColorProperty
Résultat BindableProperty

FlowTappedBackgroundColorProperty public_oe static_oe property

FlowTappedBackgroundColor property.
public static BindableProperty FlowTappedBackgroundColorProperty
Résultat BindableProperty

FlowTappedBackgroundDelayProperty public_oe static_oe property

FlowTappedBackgroundDelay property.
public static BindableProperty FlowTappedBackgroundDelayProperty
Résultat BindableProperty