Property Position | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Position

Gets or sets the position of the slider relative to ScrollableContentSize.

public int Position { get; set; }

Property Value

int

Remarks

The content position is clamped to 0 and ScrollableContentSize minusVisibleContentSize.

Setting will result in the PositionChanging and PositionChanged events being raised.

Edit this page