Visibility

Graphics32

TIVScrollProperties.Visibility

property Visibility: TScrollbarVisibility;

type TScrollBarVisibility = (svAlways, svHidden, svAuto);

Description

Controls the visibility of the scrollbars.

svAlways will always display the scrollbars;

svHidden will always hide the scrollbars;

svAuto will only show the scrollbars if the (scaled) workspace does not completely fit into the current viewport.