1. To lunch a product like Visual Studio 2008, with a user interface designer that does NOT support multiple control selection to set common properties, etc., is foolish. I believe this to be a GREAT BUG, as there is no purpose for the alginment & sizing toolbar. This introduces an important LACK of productivy and it should be provided as a Hotfix as soon as possible.
2. I have tried to use CSS relative positioning within various panel controls, including ASP:Panel and ASPxPanel, and using the IDE to drop-in controls and drag them to position them inside is buggy. I have to try two or three time to get it right.
3. More on CSS positioning. Contrary to many "CSS positioning" extremists, I, as many like me around the world, strongly believe that the best solution to handle web page layout is a balance between CSS layout and what I call "relative absolute positionning" (what was previously possible by dropping a DIV using flow layout, but setting the DIV ms_positionning="GridLayout"), so all controls inside de DIV would be positionned relative to the position of the DIV but with absolute positionning inside of it.). We need to be able to use absolute positionning relative to the coordinates of a container control like a panel or DIV. CSS positionning and table layout DO NOT provide an easy, fast, and most of all PRODUCTIVE way to get a form with many input controls properly aligned and positionned as the programmer intends. Both CSS and table layout are great, and definitely needed, but is NOT the fix-all solution. Absolute positionning of children controls relative to their container control is something this technology is LACKING, and NEEDED to make this a much more productive developement environment. I think it would be very easy for CSS to add an absolute positionning relative to the container and it would greatly improve the technology and at the same time make it standard. One is the complement of the other, that way you can quickly use flow layout and/or table layout with DIV/Panels to structure the page and is some panels where input forms are needed use absolute positionning relative to the container to que controls always aligned the way they were intended.