C# Class Dwarrowdelf.Client.ListBoxExtenders

This class contains a few useful extenders for the ListBox
Show file Open project: tomba/dwarrowdelf

Public Properties

Property Type Description
AutoScrollToEndProperty System.Windows.DependencyProperty

Public Methods

Method 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 method

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

OnAutoScrollToEndChanged() public static method

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
return void

SetAutoScrollToEnd() public static method

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
return void

Property Details

AutoScrollToEndProperty public static property

public static DependencyProperty,System.Windows AutoScrollToEndProperty
return System.Windows.DependencyProperty