Hi,
I am trying hard to align MDIChild form to the left of the parent MDIForm setting Align:=alLeft at design time. On the Parent MDIForm is toolbar aligned to alTop. Apparently aligned MDIChild is higher than parents client area (I do not know why), that's why vertical scrollbar appears on parent form. The problem is, that I want this form create dynamically; putting vertical Splitter between these MDIchild forms, in order to size them by mouse. But when I create Splitter it aligns itself totally on the left, as if MDIChild form was not aligned (alLeft) at all.
I set MDIChild parameters to:
Align:=alLeft;
Windowstate:=wsNormal;
Borderstyle:=bsSizable;
Does anybody solved this problem before?
thanx a lot
P.S Delphi 7, Win XP