C# Class nature_net.user_controls.ItemsControlExtensions

Afficher le fichier Open project: naturenet/nature-net-ppi

Méthodes publiques

Méthode Description
ScrollToCenterOfView ( this itemsControl, object item ) : void

Private Methods

Méthode Description
CenteringOffset ( double center, double viewport, double extent ) : double
FirstVisualChild ( Visual visual ) : DependencyObject
TryScrollToCenterOfView ( this itemsControl, object item ) : bool

Method Details

ScrollToCenterOfView() public static méthode

public static ScrollToCenterOfView ( this itemsControl, object item ) : void
itemsControl this
item object
Résultat void