RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScrollingWinControl.DisableAutoRange Method

Disables automatic scrolling.

Pascal
procedure DisableAutoRange;
C++
__fastcall DisableAutoRange();

Use DisableAutoRange to temporarily disable scrolling when rearranging controls in a scrolling windowed control. Use the EnableAutoRange method to turn scrolling on again when finished rearranging the controls. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!