C# Class withSIX.Core.Presentation.Wpf.Behaviors.ListBoxExtenders

Inheritance: System.Windows.DependencyObject
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Свойство Type Description
AutoScrollToCurrentItemProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetAutoScrollToCurrentItem ( DependencyObject obj ) : bool
OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void
OnAutoScrollToCurrentItemChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetAutoScrollToCurrentItem ( DependencyObject obj, bool value ) : void

Method Details

GetAutoScrollToCurrentItem() public static méthode

public static GetAutoScrollToCurrentItem ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
Résultat bool

OnAutoScrollToCurrentItem() public static méthode

public static OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void
listBox System.Windows.Controls.ListBox
index int
Résultat void

OnAutoScrollToCurrentItemChanged() public static méthode

public static OnAutoScrollToCurrentItemChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
s System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SetAutoScrollToCurrentItem() public static méthode

public static SetAutoScrollToCurrentItem ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
Résultat void

Property Details

AutoScrollToCurrentItemProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoScrollToCurrentItemProperty
Résultat System.Windows.DependencyProperty