C# 클래스 WinRTXamlToolkit.Controls.SimpleThemingListBox

The only diffrence between ListBox is that this SimpleThemingListBox contains dependency properties to style ScrollViewer: background, border and thickness PointerOverItem, PointerOverPressed background etc.
상속: Windows.UI.Xaml.Controls.ListBox
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
GetItemHeight ( ) : double

Gets the item height.

보호된 메소드들

메소드 설명
GetContainerForItemOverride ( ) : DependencyObject

Gets the container for item override.

메소드 상세

GetContainerForItemOverride() 보호된 메소드

Gets the container for item override.
protected GetContainerForItemOverride ( ) : DependencyObject
리턴 Windows.UI.Xaml.DependencyObject

GetItemHeight() 공개 메소드

Gets the item height.
public GetItemHeight ( ) : double
리턴 double