C# Класс Dwarrowdelf.Client.ListBoxExtenders

This class contains a few useful extenders for the ListBox
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AutoScrollToEndProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
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

Описание методов

GetAutoScrollToEnd() публичный статический Метод

Returns the value of the AutoScrollToEndProperty
public static GetAutoScrollToEnd ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject The dependency-object whichs value should be returned
Результат bool

OnAutoScrollToEndChanged() публичный статический Метод

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
Результат void

SetAutoScrollToEnd() публичный статический Метод

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
Результат void

Описание свойств

AutoScrollToEndProperty публичное статическое свойство

public static DependencyProperty,System.Windows AutoScrollToEndProperty
Результат System.Windows.DependencyProperty