C# Class Dwarrowdelf.Client.ListBoxExtenders

This class contains a few useful extenders for the ListBox
Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetAutoScrollToEnd ( DependencyObject obj ) : bool

Returns the value of the AutoScrollToEndProperty

OnAutoScrollToEndChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void

This method will be called when the AutoScrollToEnd property was changed

SetAutoScrollToEnd ( DependencyObject obj, bool value ) : void

Sets the value of the AutoScrollToEndProperty

Method Details

GetAutoScrollToEnd() public static méthode

Returns the value of the AutoScrollToEndProperty
public static GetAutoScrollToEnd ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject The dependency-object whichs value should be returned
Résultat bool

OnAutoScrollToEndChanged() public static méthode

This method will be called when the AutoScrollToEnd property was changed
public static OnAutoScrollToEndChanged ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void
s System.Windows.DependencyObject The sender (the ListBox)
e System.Windows.DependencyPropertyChangedEventArgs Some additional information
Résultat void

SetAutoScrollToEnd() public static méthode

Sets the value of the AutoScrollToEndProperty
public static SetAutoScrollToEnd ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject The dependency-object whichs value should be set
value bool The value which should be assigned to the AutoScrollToEndProperty
Résultat void

Property Details

AutoScrollToEndProperty public_oe static_oe property

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