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

Flow list view internal cell.
Наследование: Xamarin.Forms.ViewCell
Показать файл Открыть проект

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

Метод Описание
FlowListViewInternalCell ( WeakReference flowListViewRef ) : System

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

Защищенные методы

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

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

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

Метод Описание
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

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

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

Initializes a new instance of the DLToolkit.Forms.Controls.FlowListViewInternalCell class.
public FlowListViewInternalCell ( WeakReference flowListViewRef ) : System
flowListViewRef WeakReference Flow list view reference.
Результат System

OnBindingContextChanged() защищенный Метод

Override this method to execute an action when the BindingContext changes.
protected OnBindingContextChanged ( ) : void
Результат void