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 |
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 |
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
|
Method | Description | |
---|---|---|
FlowItemsSourceCollectionChanged ( object sender, |
||
FlowListSizeChanged ( object sender, |
||
FlowListViewItemAppearing ( object sender, ItemVisibilityEventArgs e ) : void | ||
FlowListViewItemDisappearing ( object sender, ItemVisibilityEventArgs e ) : void | ||
FlowListViewItemSelected ( object sender, Xamarin.Forms.SelectedItemChangedEventArgs e ) : void | ||
FlowListViewPropertyChanged ( object sender, |
||
FlowListViewPropertyChanging ( object sender, PropertyChangingEventArgs e ) : void | ||
FlowPerformTap ( object item ) : void | ||
InitialSetup ( ) : void | ||
RefreshDesiredColumnCount ( ) : void | ||
ReloadContainerList ( ) : void | ||
ReloadGroupedContainerList ( ) : void |
public FlowListView ( ListViewCachingStrategy cachingStrategy ) : System | ||
cachingStrategy | ListViewCachingStrategy | Caching strategy. |
return | System |
public static BindableProperty FlowColumnCountProperty | ||
return | BindableProperty |
public static BindableProperty FlowColumnExpandProperty | ||
return | BindableProperty |
public static BindableProperty FlowColumnMinWidthProperty | ||
return | BindableProperty |
public static BindableProperty FlowColumnTemplateProperty | ||
return | BindableProperty |
public static BindableProperty FlowItemAppearingCommandProperty | ||
return | BindableProperty |
public static BindableProperty FlowItemDisappearingCommandProperty | ||
return | BindableProperty |
public static BindableProperty FlowItemTappedCommandProperty | ||
return | BindableProperty |
public static BindableProperty FlowItemsSourceProperty | ||
return | BindableProperty |
public static BindableProperty FlowLastTappedItemProperty | ||
return | BindableProperty |
public static BindableProperty FlowRowBackgroundColorProperty | ||
return | BindableProperty |
public static BindableProperty FlowTappedBackgroundColorProperty | ||
return | BindableProperty |