IScrollable
Description
- Derived from
- Extended by
-
Component abstract
Base interface for GUI components that provide scrollable content.
Extensions
ScrollRelative
2 overloads
Scrolls by the given relative amount.
Scrolls by the given relative amount.
ScrollTo
2 overloads
Scrolls to the given absolute position.
Scrolls to the given absolute position.
ScrollVisible
Scrolls so that the given bounds in become more visible.
If the given bounds in are already fully visible, the method silently returns.
If the top edge of bounds in is visible, the method scrolls so that the edge moves upwards.
If the bottom edge of bounds in is visible, the method scrolls so that the edge moves downwards.
If the left edge of bounds in is visible, the method scrolls so that the edge moves to the left.
If the right edge of bounds in is visible, the method will scrolls so that the edge moves to the right.
If none of the edges of the given bounds in is visible, the method silently returns.