Property | Type | Description | |
---|---|---|---|
AutoScrollToCurrentItemProperty | |||
AutoScrollToNewItemProperty |
Method | Description | |
---|---|---|
GetAutoScrollToCurrentItem ( |
Returns the value of the AutoScrollToCurrentItemProperty
|
|
GetAutoScrollToNewItem ( |
Returns the value of the AutoScrollToNewItemProperty
|
|
OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void |
This method will be called when the ListBox should be scrolled to the given index
|
|
OnAutoScrollToCurrentItemChanged ( |
This method will be called when the AutoScrollToCurrentItem property was changed
|
|
OnAutoScrollToNewItem ( System.Windows.Controls.ListBox listBox ) : void |
This method will be called when the ListBox should be scrolled to the end
|
|
OnAutoScrollToNewItemChanged ( |
This method will be called when the AutoScrollToNewItem property was changed
|
|
SetAutoScrollToCurrentItem ( |
Sets the value of the AutoScrollToCurrentItemProperty
|
|
SetAutoScrollToNewItem ( |
Sets the value of the AutoScrollToCurrentItemProperty
|
public static GetAutoScrollToCurrentItem ( |
||
obj | The dependency-object whichs value should be returned | |
return | bool |
public static GetAutoScrollToNewItem ( |
||
obj | The dependency-object whichs value should be returned | |
return | bool |
public static OnAutoScrollToCurrentItem ( System.Windows.Controls.ListBox listBox, int index ) : void | ||
listBox | System.Windows.Controls.ListBox | The ListBox which should be scrolled |
index | int | The index of the item to which it should be scrolled |
return | void |
public static OnAutoScrollToCurrentItemChanged ( |
||
s | The sender (the ListBox) | |
e | System.Windows.DependencyPropertyChangedEventArgs | Some additional information |
return | void |
public static OnAutoScrollToNewItem ( System.Windows.Controls.ListBox listBox ) : void | ||
listBox | System.Windows.Controls.ListBox | The ListBox which should be scrolled |
return | void |
public static OnAutoScrollToNewItemChanged ( |
||
s | The sender (the ListBox) | |
e | System.Windows.DependencyPropertyChangedEventArgs | Some additional information |
return | void |
public static SetAutoScrollToCurrentItem ( |
||
obj | The dependency-object whichs value should be set | |
value | bool | The value which should be assigned to the AutoScrollToCurrentItemProperty |
return | void |
public static SetAutoScrollToNewItem ( |
||
obj | The dependency-object whichs value should be set | |
value | bool | The value which should be assigned to the AutoScrollToNewItemProperty |
return | void |
public static DependencyProperty,System.Windows AutoScrollToCurrentItemProperty | ||
return |