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

상속: ListView, IDisposable
파일 보기 프로젝트 열기: daniel-luberda/DLToolkit.Forms.Controls 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
FlowItemsSourceCollectionChanged void
FlowListSizeChanged void
FlowListViewItemAppearing void
FlowListViewItemDisappearing void
FlowListViewItemSelected void
FlowListViewPropertyChanged void
FlowListViewPropertyChanging void
FlowPerformTap void
InitialSetup void
RefreshDesiredColumnCount void
ReloadContainerList void
ReloadGroupedContainerList void

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

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
리턴 void

FlowListView() 공개 메소드

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

FlowListView() 공개 메소드

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

ForceReload() 공개 메소드

Forces FlowListView reload.
public ForceReload ( ) : void
리턴 void

Init() 공개 정적인 메소드

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

프로퍼티 상세

FlowColumnCountProperty 공개적으로 정적으로 프로퍼티

The flow column count property.
public static BindableProperty FlowColumnCountProperty
리턴 BindableProperty

FlowColumnExpandProperty 공개적으로 정적으로 프로퍼티

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

FlowColumnMinWidthProperty 공개적으로 정적으로 프로퍼티

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

FlowColumnTemplateProperty 공개적으로 정적으로 프로퍼티

FlowColumnsTemplatesProperty.
public static BindableProperty FlowColumnTemplateProperty
리턴 BindableProperty

FlowItemAppearingCommandProperty 공개적으로 정적으로 프로퍼티

FlowItemAppearingCommandProperty.
public static BindableProperty FlowItemAppearingCommandProperty
리턴 BindableProperty

FlowItemDisappearingCommandProperty 공개적으로 정적으로 프로퍼티

FlowItemDisappearingCommandProperty.
public static BindableProperty FlowItemDisappearingCommandProperty
리턴 BindableProperty

FlowItemTappedCommandProperty 공개적으로 정적으로 프로퍼티

FlowItemTappedCommandProperty.
public static BindableProperty FlowItemTappedCommandProperty
리턴 BindableProperty

FlowItemsSourceProperty 공개적으로 정적으로 프로퍼티

FlowItemsSourceProperty.
public static BindableProperty FlowItemsSourceProperty
리턴 BindableProperty

FlowLastTappedItemProperty 공개적으로 정적으로 프로퍼티

FlowLastTappedItemProperty.
public static BindableProperty FlowLastTappedItemProperty
리턴 BindableProperty

FlowRowBackgroundColorProperty 공개적으로 정적으로 프로퍼티

The flow row background color property.
public static BindableProperty FlowRowBackgroundColorProperty
리턴 BindableProperty

FlowTappedBackgroundColorProperty 공개적으로 정적으로 프로퍼티

FlowTappedBackgroundColor property.
public static BindableProperty FlowTappedBackgroundColorProperty
리턴 BindableProperty

FlowTappedBackgroundDelayProperty 공개적으로 정적으로 프로퍼티

FlowTappedBackgroundDelay property.
public static BindableProperty FlowTappedBackgroundDelayProperty
리턴 BindableProperty