C# 클래스 DLToolkit.Forms.Controls.FlowListViewInternalCell

Flow list view internal cell.
상속: Xamarin.Forms.ViewCell
파일 보기 프로젝트 열기: daniel-luberda/DLToolkit.Forms.Controls

공개 메소드들

메소드 설명
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