C# Class SilverlightFX.UserInterface.ListView

Inheritance: DataboundControl
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Свойство Type Description
ItemAddedEffectProperty System.Windows.DependencyProperty
ItemContainerStyleProperty System.Windows.DependencyProperty
ItemFilterProperty System.Windows.DependencyProperty
ItemRemovedEffectProperty System.Windows.DependencyProperty
ItemSortProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetItem ( object dataItem ) : ListViewItem

Gets the item associated with the specified data item.

ListView ( ) : System

Initializes an instance of a ListView.

OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnDataListChanged ( ) : void
OnDataListChanging ( ) : void
OnLoaded ( RoutedEventArgs e ) : void

Private Methods

Méthode Description
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

Method Details

GetItem() public méthode

Gets the item associated with the specified data item.
public GetItem ( object dataItem ) : ListViewItem
dataItem object The data item to lookup.
Résultat ListViewItem

ListView() public méthode

Initializes an instance of a ListView.
public ListView ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDataListChanged() protected méthode

protected OnDataListChanged ( ) : void
Résultat void

OnDataListChanging() protected méthode

protected OnDataListChanging ( ) : void
Résultat void

OnLoaded() protected méthode

protected OnLoaded ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

Property Details

ItemAddedEffectProperty public_oe static_oe property

Represents the ItemAddedEffect property on a ListView control.
public static DependencyProperty,System.Windows ItemAddedEffectProperty
Résultat System.Windows.DependencyProperty

ItemContainerStyleProperty public_oe static_oe property

Represents the ItemContainerStyle property on a ListView control.
public static DependencyProperty,System.Windows ItemContainerStyleProperty
Résultat System.Windows.DependencyProperty

ItemFilterProperty public_oe static_oe property

Represents the ItemFilter property on a ListView control.
public static DependencyProperty,System.Windows ItemFilterProperty
Résultat System.Windows.DependencyProperty

ItemRemovedEffectProperty public_oe static_oe property

Represents the ItemRemovedEffect property on a ListView control.
public static DependencyProperty,System.Windows ItemRemovedEffectProperty
Résultat System.Windows.DependencyProperty

ItemSortProperty public_oe static_oe property

Represents the ItemSort property on a ListView control.
public static DependencyProperty,System.Windows ItemSortProperty
Résultat System.Windows.DependencyProperty

ItemTemplateProperty public_oe static_oe property

Represents the ItemTemplate property on a ListView control.
public static DependencyProperty,System.Windows ItemTemplateProperty
Résultat System.Windows.DependencyProperty