Table of Contents

Constructor ScrollBarInfo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ScrollBarInfo(bool)

Initializes a new instance of the ScrollBarInfo struct with the specified value of the immutable state.

public ScrollBarInfo(bool immutable)

Parameters

immutable bool

ScrollBarInfo()

Initializes a new instance of the ScrollBarInfo struct.

public ScrollBarInfo()

ScrollBarInfo(int, int, int)

Initializes a new instance of the ScrollBarInfo struct.

public ScrollBarInfo(int position, int range, int pageSize)

Parameters

position int

The position of the scrollbar in scroll units.

range int

The maximum position of the scrollbar.

pageSize int

The size of the page size in scroll units. This is the number of units the scrollbar will scroll when it is paged up or down. Often it is the same as the thumb size.