Vcl.ComCtrls.TPageScroller.AutoScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoScroll: Boolean read FAutoScroll write SetAutoScroll default False;

C++

__property bool AutoScroll = {read=FAutoScroll, write=SetAutoScroll, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageScroller

Description

Specifies whether the page scroller scrolls when the mouse hovers over one of its arrows.

Use AutoScroll to specify whether the page scroller scrolls when the mouse hovers over one of its arrows.