GridLayout no longer supported!!??

T

Tina

I see that in VS.Net 2005, grid layout is no longer supported. I really
liked gridlayout because I could put things exactly where I wanted them.

How can we put things exactly where we want them now?

Why was gridlayout eliminated?

Thanks,
T
 
G

Guest

Hello Tina,

GridLayout is no longer supported in VS 2005. You can accomplish the same
type of absolute positioning using the Layout->Position->Absolute option from
the tool bar when positioning a control. You can turn on default absolute
positioning using Tools|Options|Html Designer|CSS so that everytime you
position a control on the form surface, it is absolutely positioned.

My guess on why Microsoft deprecated the GridLayout attribute is because it
didn't comply with web standards and you can accomplish the same thing using
CSS.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top