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....

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.

It works, but it isn't possible with standard components, so I'm looking
for something better. Any idea?
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to