Table of Contents

Property SmoothHorizontalScrolling

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SmoothHorizontalScrolling

Determines how ColumnOffset is updated when scrolling right off the end of the currently visible area.

If true then when scrolling right the scroll offset is increased the minimum required to show the new column. This may be slow if you have an incredibly large number of columns in your table and/or slow RepresentationGetter implementations

If false then scroll offset is set to the currently selected column (i.e. PageRight).

public bool SmoothHorizontalScrolling { get; set; }

Property Value

bool