<div dir="ltr">There's a TPage containing a few components I want to position and size manually (sort of position: 'absolute' in CSS). It works well, but then the LCL comes and overrides my work....<div><br></div><div>I've played with Anchors, AutoSize and Align of both the parent (TPage) and child components for quite a while, but nothing helped. I finally sort of solved it by overriding SetBound in the children, so that only my own calls get honoured.</div><div><br></div><div>It works, but it isn't possible with standard components, so I'm looking for something better. Any idea?<br></div><div> </div></div>