프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |