C# 클래스 SilverlightFX.UserInterface.ListView

상속: DataboundControl
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 프로퍼티들

프로퍼티 타입 설명
ItemAddedEffectProperty System.Windows.DependencyProperty
ItemContainerStyleProperty System.Windows.DependencyProperty
ItemFilterProperty System.Windows.DependencyProperty
ItemRemovedEffectProperty System.Windows.DependencyProperty
ItemSortProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetItem ( object dataItem ) : ListViewItem

Gets the item associated with the specified data item.

ListView ( ) : System

Initializes an instance of a ListView.

OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnDataListChanged ( ) : void
OnDataListChanging ( ) : void
OnLoaded ( RoutedEventArgs e ) : void

비공개 메소드들

메소드 설명
AddItem ( object dataItem, int index ) : void
CreateItem ( object dataItem, int index, System.Windows.DataTemplate itemTemplate, System.Windows.Style itemContainerStyle ) : ListViewItem
CreateItems ( ) : void
OnDataViewCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnItemContainerStylePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemFilterChanged ( IPredicate newFilter ) : void
OnItemFilterPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemRemovedAnimationStopped ( object sender, EventArgs e ) : void
OnItemSortChanged ( IComparer newSort ) : void
OnItemSortPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemTemplatePropertyChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RemoveItem ( object dataItem ) : void
ResetItems ( bool recreateItems ) : void
UpdateItem ( object oldDataItem, object newDataItem ) : void

메소드 상세

GetItem() 공개 메소드

Gets the item associated with the specified data item.
public GetItem ( object dataItem ) : ListViewItem
dataItem object The data item to lookup.
리턴 ListViewItem

ListView() 공개 메소드

Initializes an instance of a ListView.
public ListView ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnDataListChanged() 보호된 메소드

protected OnDataListChanged ( ) : void
리턴 void

OnDataListChanging() 보호된 메소드

protected OnDataListChanging ( ) : void
리턴 void

OnLoaded() 보호된 메소드

protected OnLoaded ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

프로퍼티 상세

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

Represents the ItemAddedEffect property on a ListView control.
public static DependencyProperty,System.Windows ItemAddedEffectProperty
리턴 System.Windows.DependencyProperty

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

Represents the ItemContainerStyle property on a ListView control.
public static DependencyProperty,System.Windows ItemContainerStyleProperty
리턴 System.Windows.DependencyProperty

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

Represents the ItemFilter property on a ListView control.
public static DependencyProperty,System.Windows ItemFilterProperty
리턴 System.Windows.DependencyProperty

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

Represents the ItemRemovedEffect property on a ListView control.
public static DependencyProperty,System.Windows ItemRemovedEffectProperty
리턴 System.Windows.DependencyProperty

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

Represents the ItemSort property on a ListView control.
public static DependencyProperty,System.Windows ItemSortProperty
리턴 System.Windows.DependencyProperty

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

Represents the ItemTemplate property on a ListView control.
public static DependencyProperty,System.Windows ItemTemplateProperty
리턴 System.Windows.DependencyProperty