C# Класс SilverlightFX.UserInterface.ListView

Наследование: DataboundControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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