C# Class SoftwareKobo.UniversalToolkit.Extensions.ListViewBaseExtensions

Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes publiques

Méthode Description
ScrollIntoViewSmoothly ( this listViewBase, object item ) : void
ScrollIntoViewSmoothly ( this listViewBase, object item, ScrollIntoViewAlignment alignment ) : void

Method Details

ScrollIntoViewSmoothly() public static méthode

public static ScrollIntoViewSmoothly ( this listViewBase, object item ) : void
listViewBase this
item object
Résultat void

ScrollIntoViewSmoothly() public static méthode

public static ScrollIntoViewSmoothly ( this listViewBase, object item, ScrollIntoViewAlignment alignment ) : void
listViewBase this
item object
alignment ScrollIntoViewAlignment
Résultat void