C# Класс WinRTXamlToolkit.Controls.DataVisualization.Charting.Primitives.DelegatingListBox

Subclasses ListBox to provide an easy way for a consumer of ListBox to hook into the four standard ListBox *Container* overrides.
Наследование: Windows.UI.Xaml.Controls.ListBox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DelegatingListBox ( ) : System

Initializes a new instance of the DelegatingListBox class.

Защищенные методы

Метод Описание
ClearContainerForItemOverride ( DependencyObject element, object item ) : void

Undoes the effects of the PrepareContainerForItemOverride method.

GetContainerForItemOverride ( ) : DependencyObject

Creates or identifies the element that is used to display the given item.

IsItemItsOwnContainerOverride ( object item ) : bool

Determines if the specified item is (or is eligible to be) its own container.

PrepareContainerForItemOverride ( DependencyObject element, object item ) : void

Prepares the specified element to display the specified item.

Описание методов

ClearContainerForItemOverride() защищенный Метод

Undoes the effects of the PrepareContainerForItemOverride method.
protected ClearContainerForItemOverride ( DependencyObject element, object item ) : void
element Windows.UI.Xaml.DependencyObject The container element.
item object The item to display.
Результат void

DelegatingListBox() публичный Метод

Initializes a new instance of the DelegatingListBox class.
public DelegatingListBox ( ) : System
Результат System

GetContainerForItemOverride() защищенный Метод

Creates or identifies the element that is used to display the given item.
protected GetContainerForItemOverride ( ) : DependencyObject
Результат Windows.UI.Xaml.DependencyObject

IsItemItsOwnContainerOverride() защищенный Метод

Determines if the specified item is (or is eligible to be) its own container.
protected IsItemItsOwnContainerOverride ( object item ) : bool
item object The item to check.
Результат bool

PrepareContainerForItemOverride() защищенный Метод

Prepares the specified element to display the specified item.
protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element Windows.UI.Xaml.DependencyObject The element used to display the specified item.
item object The item to display.
Результат void