Class GuiScrollContainer
Wraps a SAP GUI scroll container (GuiScrollContainer).
Scroll containers appear around screen areas that exceed the available
window space and expose vertical and/or horizontal scrollbars.
public class GuiScrollContainer : GuiComponent
- Inheritance
-
GuiScrollContainer
- Inherited Members
Properties
HorizontalScrollbar
The horizontal scrollbar for this container. Use Position to read or set the scroll offset.
public GuiScrollbar HorizontalScrollbar { get; }
Property Value
VerticalScrollbar
The vertical scrollbar for this container. Use Position to read or set the scroll offset, and ScrollToTop() as a convenience.
public GuiScrollbar VerticalScrollbar { get; }
Property Value
Methods
ScrollToTop()
Scrolls the container to the very top by setting the vertical scroll position to its minimum value.
public void ScrollToTop()