How to align MDIChild on left?
- by lyborko
Hi,
I am trying hard to align MDIChild form to the left of the parent MDIForm setting Align:=alLeft at design time. Aparently aligned MDIChild is higher than parents client area (I do not know why), thats why vertical scrollbar appears on parent form. The problem is, that I want this form create dynamicaly; putting vertical Splitter between these MDIchild forms, in order to size them by mouse. But when I create Splitter it aligns itself totaly 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