Свойство | Тип | Описание | |
---|---|---|---|
AutoScrollToEndProperty |
Метод | Описание | |
---|---|---|
GetAutoScrollToEnd ( |
Returns the value of the AutoScrollToEndProperty
|
|
OnAutoScrollToEndChanged ( |
This method will be called when the AutoScrollToEnd property was changed
|
|
SetAutoScrollToEnd ( |
Sets the value of the AutoScrollToEndProperty
|
public static GetAutoScrollToEnd ( |
||
obj | The dependency-object whichs value should be returned | |
Результат | bool |
public static OnAutoScrollToEndChanged ( |
||
s | The sender (the ListBox) | |
e | System.Windows.DependencyPropertyChangedEventArgs | Some additional information |
Результат | void |
public static SetAutoScrollToEnd ( |
||
obj | The dependency-object whichs value should be set | |
value | bool | The value which should be assigned to the AutoScrollToEndProperty |
Результат | void |