hi,
please look at the function description (tooltip) in the attached picture.
in the designer there are 2 items : canvas that uses the upper half of the layout (which is 600X600 by default),
and a label that anchored at the bottom of the layout right to left.
if i pass to the Form.Initialize the dimentions 600X600m it's ok.
but if i pass -1 for the height, and run, i get only half form : only the canvas with the label anchored in its bottom.
BUT the canvas IS NOT the parent of the label. MAIN is the parent of the label.
does this behaves as it was designed for ???