On Wed, 2009-01-07 at 16:29 +0100, Vincent Snijders wrote: > 2009/1/7 David W Noon <[email protected]>: > > Some C++ class libraries have object classes that automatically resize > > widgets when a form is resized by the user. For example, wxWidgets calls > > them sizers, and Qt calls them layouts. [snip] > No, there are no such classes. A control has anchors, and a number of > a controls can autosize (i.e. adjust size accoding to their contents).
This gives me exactly the functionality I need. Many thanks! -- Regards, Dave [RLU #314465] ======================================================================= [email protected] (David W Noon) ======================================================================= _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
