What it does: MS_POSITIONING = "GridLayout"
2 answers
VS.NET uses this property to determine whether the page (or another container, such as a control panel) uses absolute positioning (GridLayout) or not.
I prefer FlowLayout because it works in all browsers And because it does not allow you to move controls on the page while resizing the browser.
In general, you should not use a grid layout, as it does not support browsers with different screen resolutions or font sizes than the one that was designed.
They mean nothing to the browser. they are just tips for editing tools. (Visual Studio-Specific)
+7