DocumentMap.ScrollbarVisible Property

T3000 CrossPlatform

DocumentMapScrollbarVisible Property

[This is preliminary documentation and is subject to change.]

Scrollbar visibility

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool ScrollbarVisible { get; set; }
Public Property ScrollbarVisible As Boolean
	Get
	Set

Dim instance As DocumentMap
Dim value As Boolean

value = instance.ScrollbarVisible

instance.ScrollbarVisible = value

Property Value

Type: Boolean
See Also