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
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

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