On Thursday 31 March 2016 17:28:50 Krzysztof wrote: > > On Thursday 31 March 2016 14:02:41 Krzysztof wrote: > >> Here is example. Try to run it and shrink form width. Edit stop moving > >> in half way. Can't find which property is responsible for this. > > > > It is because of tdrawgrid1. Please set tdrawgrid1.anchors an_right to > > true for example. > > > > In order to align the child widgets on top of the layouter widgets set > > the align_glue properties to wam_start. > > Ahh didn't know that widgets which are not as TLayouter childs are > also affected. Removed grid and working as expected. Still learning :)
The container area of a TForm is a TScrollBox which manages the client area size. By default TForm.Container.Frame.ClientHeight* and ClientWidth* values are 0 which means automatic and TForm.Container.Frame.SbHorz.Options and SbVert.Options have the sbo_showauto flag set. Martin ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

