|
AutoScroll property (TgtHTMLPreferences) |
Top |
|
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;
|