C# Class DLToolkit.Forms.Controls.FlowListViewInternalCell

Flow list view internal cell.
Inheritance: Xamarin.Forms.ViewCell
Show file Open project: daniel-luberda/DLToolkit.Forms.Controls

Public Methods

Method Description
FlowListViewInternalCell ( WeakReference flowListViewRef ) : System

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

Protected Methods

Method Description
OnBindingContextChanged ( ) : void

Override this method to execute an action when the BindingContext changes.

Private Methods

Method Description
AddViewToLayoutAutoHeightDisabled ( View view, int containerCount, int colNumber ) : void
AddViewToLayoutAutoHeightEnabled ( View view, int containerCount, int colNumber ) : void
ExecuteTapGestureRecognizer ( View view ) : System.Threading.Tasks.Task
GetDataTemplates ( IList container ) : IList
RowLayoutChanged ( int containerCount, IList templates ) : bool
SetBindingContextForView ( View view, object bindingContext ) : void

Method Details

FlowListViewInternalCell() public method

Initializes a new instance of the DLToolkit.Forms.Controls.FlowListViewInternalCell class.
public FlowListViewInternalCell ( WeakReference flowListViewRef ) : System
flowListViewRef WeakReference Flow list view reference.
return System

OnBindingContextChanged() protected method

Override this method to execute an action when the BindingContext changes.
protected OnBindingContextChanged ( ) : void
return void