Table of Contents

Constructor ScrollBarView

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ScrollBarView()

Initializes a new instance of the ScrollBarView class.

public ScrollBarView()

ScrollBarView(View, bool, bool)

Initializes a new instance of the ScrollBarView class.

public ScrollBarView(View host, bool isVertical, bool showBothScrollIndicator = true)

Parameters

host View

The view that will host this scrollbar.

isVertical bool

If set to true this is a vertical scrollbar, otherwise, the scrollbar is horizontal.

showBothScrollIndicator bool

If set to true (default) will have the other scrollbar, otherwise will have only one.