T
Tony Johansson
Hello!
When I use window forms programming it's standard to be able to move the
control to the place where I want them on the form.
I read in a book and it says "If you have used previous versions of Visual
Studio you may remember a feature called grid layout which allowed you to
position elements with abolute coordinates by dragging them where you wanted
them.
Although this model seems convenient it really isn't suited to most web
pages because controls can't adjust their positioning when the web page
content changes(or when text is resized based on user preferences).
This leads to inflexible layout(such as control that overwrite each other)"
Can somebody explain this I mean if I position my control where I want them
how can this cause the controls to overwrite
each other ?
So as a summary I can't see any problem to use absolute positioning meaning
to move my control to the position where I want to have them.
//Tony
When I use window forms programming it's standard to be able to move the
control to the place where I want them on the form.
I read in a book and it says "If you have used previous versions of Visual
Studio you may remember a feature called grid layout which allowed you to
position elements with abolute coordinates by dragging them where you wanted
them.
Although this model seems convenient it really isn't suited to most web
pages because controls can't adjust their positioning when the web page
content changes(or when text is resized based on user preferences).
This leads to inflexible layout(such as control that overwrite each other)"
Can somebody explain this I mean if I position my control where I want them
how can this cause the controls to overwrite
each other ?
So as a summary I can't see any problem to use absolute positioning meaning
to move my control to the position where I want to have them.
//Tony