Property Position | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Position
Gets or sets the position of the slider relative to ScrollableContentSize.
public int Position { get; set; }
Property Value
Remarks
The content position is clamped to 0 and ScrollableContentSize minusVisibleContentSize.
Setting will result in the PositionChanging and PositionChanged events being raised.