C# Class DLToolkit.Forms.Controls.FlowListView

Inheritance: ListView, IDisposable
Exibir arquivo Open project: daniel-luberda/DLToolkit.Forms.Controls Class Usage Examples

Public Properties

Property 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

Property 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

Public Methods

Method 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

Method 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 method

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
return void

FlowListView() public method

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

FlowListView() public method

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

ForceReload() public method

Forces FlowListView reload.
public ForceReload ( ) : void
return void

Init() public static method

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

Property Details

FlowColumnCountProperty public_oe static_oe property

The flow column count property.
public static BindableProperty FlowColumnCountProperty
return BindableProperty

FlowColumnExpandProperty public_oe static_oe property

The flow group grouping key selector property.
public static BindableProperty FlowColumnExpandProperty
return BindableProperty

FlowColumnMinWidthProperty public_oe static_oe property

The flow column default minimum width property.
public static BindableProperty FlowColumnMinWidthProperty
return BindableProperty

FlowColumnTemplateProperty public_oe static_oe property

FlowColumnsTemplatesProperty.
public static BindableProperty FlowColumnTemplateProperty
return BindableProperty

FlowItemAppearingCommandProperty public_oe static_oe property

FlowItemAppearingCommandProperty.
public static BindableProperty FlowItemAppearingCommandProperty
return BindableProperty

FlowItemDisappearingCommandProperty public_oe static_oe property

FlowItemDisappearingCommandProperty.
public static BindableProperty FlowItemDisappearingCommandProperty
return BindableProperty

FlowItemTappedCommandProperty public_oe static_oe property

FlowItemTappedCommandProperty.
public static BindableProperty FlowItemTappedCommandProperty
return BindableProperty

FlowItemsSourceProperty public_oe static_oe property

FlowItemsSourceProperty.
public static BindableProperty FlowItemsSourceProperty
return BindableProperty

FlowLastTappedItemProperty public_oe static_oe property

FlowLastTappedItemProperty.
public static BindableProperty FlowLastTappedItemProperty
return BindableProperty

FlowRowBackgroundColorProperty public_oe static_oe property

The flow row background color property.
public static BindableProperty FlowRowBackgroundColorProperty
return BindableProperty

FlowTappedBackgroundColorProperty public_oe static_oe property

FlowTappedBackgroundColor property.
public static BindableProperty FlowTappedBackgroundColorProperty
return BindableProperty

FlowTappedBackgroundDelayProperty public_oe static_oe property

FlowTappedBackgroundDelay property.
public static BindableProperty FlowTappedBackgroundDelayProperty
return BindableProperty