[]
Represents a behavior that implements keyboard navigation for a scrollable control.
public class NavigationBehavior : ScrollBehavior, IBehavior
Name | Description |
---|---|
NavigationBehavior() | Initializes a new instance of the NavigationBehavior class. |
Name | Description |
---|---|
GoFirstPage | Goes first page. |
GoLastPage | Goes last page. |
Name | Description |
---|---|
Attach(ScrollViewer) | Attaches the behavior to specified host. |
Detach(ScrollViewer) | Detaches the behavior from specified host. |