Property | Type | Description | |
---|---|---|---|
ScrollGroupProperty |
Method | Description | |
---|---|---|
GetScrollGroup ( |
Gets the value of the attached property ScrollGroup.
|
|
SetScrollGroup ( |
Sets the value of the attached property ScrollGroup.
|
Method | Description | |
---|---|---|
HorizontalScrollBar_Scroll ( object sender, System.Windows.Controls.Primitives.ScrollEventArgs e ) : void |
Occurs, when the horizontal scroll bar was moved.
|
|
HorizontalScrollBar_ValueChanged ( object sender, RoutedPropertyChangedEventArgs |
Occurs, when the horizontal scroll bar was moved.
|
|
OnScrollGroupChanged ( |
Occurs, when the ScrollGroupProperty has changed.
|
|
Scroll ( |
Scrolls all scroll viewers of a group to the position of the selected scroll viewer.
|
|
ScrollViewer_Loaded ( object sender, |
Occurs, when the scroll viewer is loaded.
|
|
ScrollViewer_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void |
Occurs, when the scroll offset of one scrollviewer has changed.
|
|
VerticalScrollBar_Scroll ( object sender, System.Windows.Controls.Primitives.ScrollEventArgs e ) : void |
Occurs, when the vertical scroll bar was moved.
|
|
VerticalScrollBar_ValueChanged ( object sender, RoutedPropertyChangedEventArgs |
Occurs, when the vertical scroll bar was moved.
|
public static GetScrollGroup ( |
||
obj | Object for which the property should be read. | |
return | string |
public static SetScrollGroup ( |
||
obj | Object on which the property should be applied. | |
scrollGroup | string | Value of the property. |
return | void |