www.gnostice.com 

AutoScroll property (TgtHTMLPreferences)

TgtHTMLPreferences

Top 

property AutoScroll: Boolean;

 

Description

 

Default: True

 

Setting AutoScroll to True, scrolls the created HTML document automatically when it is opened.

 

Example:

 

Delphi:

gtHTMLEngine1.Preferences.AutoScroll := False;

 

C++Builder:

gtHTMLEngine1->Preferences->AutoScroll = False;