Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Wo ist Autoscroll ? (https://www.delphipraxis.net/42629-wo-ist-autoscroll.html)

Hansa 21. Mär 2005 21:00


Wo ist Autoscroll ?
 
Hi,

ich habe von Borland eine Mitteilung wegen eines speziellen Problems erhalten. Darin heißt es, ich solle die "Autoscroll property" einer form auf true setzen. Nur : wo ist die und was macht die genau ?

Dax 21. Mär 2005 21:07

Re: Wo ist Autoscroll ?
 
Delphi-Referenz durchsuchenAutoScroll:
Zitat:

Class
TScrollingWinControl

Syntax


[Delphi] protected property AutoScroll: Boolean read FAutoScroll write SetAutoScroll;


Description
If AutoScroll is true, the scroll bars appear automatically when necessary. For example, if the user resizes the control so that some of its controls are partially obscured, scroll bars appear.

If AutoScroll is false, scroll bars don't appear automatically. In this case, use the HorzScrollBar and VertScrollBar properties to make scroll bars appear.
Sorry, aber aus Vernuftsgründen hab' ich die Amiversion ;)


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:01 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz