Table of Contents

Interface IScrollBarHandler

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

Provides access to methods and properties of the native scrollbar control.

public interface IScrollBarHandler

Properties

IsVertical

Gets or sets whether scrollbar is vertical.

PageSize

Gets or sets page size.

Range

Gets or sets scrolling range.

ThumbPosition

Gets or sets thumb position.

Methods

SetScrollbar(int?, int?, int?, bool)

Sets the native scrollbar properties.