ScrollBar

Description

sealed class Tinman.Engine.GUI.Components.ScrollBar

Derived from

Component abstract

A scroll bar component.

The following default layout settings are defined for new ScrollBar objects:

Public / Constants

Class


public static readonly attribute Class → (StyleClass)

The style class for ScrollBar.

Public / Constructors

Scroll​Bar


public constructor ScrollBar → (2)

target in : IScrollable

[not-null]
The scroll target.

orientation in : Axis

The scroll bar orientation.

Creates a new instance of ScrollBar.

Public / Attributes

State​Not​Needed


public attribute StateNotNeeded → (get,set)

value : ComponentState

The component state.

The component state to assume while scrolling is not necessary.

The default value is ComponentState.Hidden.

Target


public attribute Target → (get,set)

value : IScrollable

[not-null]
The scroll target.

The scroll target.