Provides container scrolling
| C# | Visual Basic | Visual C++ |
public interface IScrollable
Public Interface IScrollable
public interface class IScrollable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ClipContent |
Content scrolling
| |
| HorizontalScrollPosition |
Horizontal scroll position
| |
| MouseWheelStep |
The amount by which the container will scroll vertically for each mouse wheel tick
| |
| ScrollBy(Point) |
Scrolls the scrollable container Returns the residuum (unscrolled pixels) Mouse even dispatcher could decide to use the residuum to scroll the parent scrollable container | |
| VerticalScrollPosition |
Vertical scroll position
|