Visual Studio - Splitting so that Design mode is on top -
VS2008 has a new feature that allows a website to be divided into source code and design aspects on the same page. This feature looks great, though it is the default for the design part and top part code part on the bottom half of the screen.
Unfortunately, my brain does not work like this and in the past I have a problem rather than continuing to switch backwards when I need it.
Is there a way to swap them so that the part of the design is on top and bottom code part? Most other tools in VS are drag and droppables, so I can not see why not, but I can not find the setting anywhere, I did a quick Google search and found a way to make the segmentation vertical, but it is not what I Seeing. I'm just looking for a single horizontal partition with a design piece at the top.
Thanks
This is an alternative approach that can help if it's a The traditional .aspx page (which contains a codebahind), you can open both documents simultaneously then right-click on one of the tabs at the top and select New Horizontal Tab Group . You can manipulate it so that the design window code is at the top of the window.