Linked by Joost van der Sluis on Mon 10th Sep 2007 16:03 UTC
Thread beginning with comment 270223
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2006-01-01
> Delphi uses anchors for sizeable dialogs
Correct. It also has the "align" property, and has so since version 1. It is a bit unweildy (just as it can be with any resizable container that is aligned to a specific "area" of another container), but it's workable.
> .Net uses the same concept just with a different name ("dock").
Wrong. This is called "anchor" in dotNet. It works exactly as the Delphi version does too.