Table of Contents

Class GuiScrollbar

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Lightweight wrapper around a SAP GUI scrollbar COM object (GuiScrollbar). Returned by VerticalScrollbar and HorizontalScrollbar.

public sealed class GuiScrollbar
Inheritance
GuiScrollbar
Inherited Members

Properties

Maximum

Maximum scroll position.

public int Maximum { get; }

Property Value

int

Minimum

Minimum scroll position (usually 0).

public int Minimum { get; }

Property Value

int

PageSize

Number of units visible in one page.

public int PageSize { get; }

Property Value

int

Position

Current scroll position. Set to scroll programmatically.

public int Position { get; set; }

Property Value

int