C# Class 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.
Inheritance: Windows.UI.Xaml.Controls.ListBox
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
GetItemHeight ( ) : double

Gets the item height.

Protected Methods

Method Description
GetContainerForItemOverride ( ) : DependencyObject

Gets the container for item override.

Method Details

GetContainerForItemOverride() protected method

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

GetItemHeight() public method

Gets the item height.
public GetItemHeight ( ) : double
return double