Hi i'm working on this control which exists of a
ParentControl -> containercontrol
ChildControls -> containercontrol
when i add the childcontrols to the parentcontrol the parentcontrol calculates the size of
the childcontrol all that works fine aswel in designer as in runtime
but when i add controls(eg button,...) with the designer in the child control they show good but when i click
the "build application" button the size of the controls in that childcontrol change they become much larger
(note i do set the anchor value but still the behaviour is abnormal)
i've been trying to find this problem for days now with no succes please if you have encountered the same problem or now a sollution pls let me know.
i attaches a sample of this behaviour you should.
build to see the behaviour
thx in advance.
ParentControl -> containercontrol
ChildControls -> containercontrol
when i add the childcontrols to the parentcontrol the parentcontrol calculates the size of
the childcontrol all that works fine aswel in designer as in runtime
but when i add controls(eg button,...) with the designer in the child control they show good but when i click
the "build application" button the size of the controls in that childcontrol change they become much larger
(note i do set the anchor value but still the behaviour is abnormal)
i've been trying to find this problem for days now with no succes please if you have encountered the same problem or now a sollution pls let me know.
i attaches a sample of this behaviour you should.
build to see the behaviour
thx in advance.
Attachments
Last edited by a moderator: