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
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Méthodes publiques

Méthode Description
GetItemHeight ( ) : double

Gets the item height.

Méthodes protégées

Méthode Description
GetContainerForItemOverride ( ) : DependencyObject

Gets the container for item override.

Method Details

GetContainerForItemOverride() protected méthode

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

GetItemHeight() public méthode

Gets the item height.
public GetItemHeight ( ) : double
Résultat double