Click here to Skip to main content
15,885,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I want to select Multiple control at the same time to align the control properly .
But this option i got in Visual Studio 2005 by holding CTRL button .. But in Visual Studio 2008 this option is not working .. Can anybody help me to find out this option . Which Properly i need to set to get this option in Visual Studio 2008

Thanks in advance.

Regards,
Shashikala A
Posted

First of all, it does work. Second of all, if this is your way to align control, it won't go far. After some experience, you will see that any kind of manual or absolute alignment is really bad. For robust alignment, you will need to use CSS with padding, margin and a number of nesting container elements.

—SA
 
Share this answer
 
I do agree with Sergey. you could better to Alter your CSS and then chnage your webform view .

my oponion is that you can first create a table and inside your Table's CSS change them according the below to fix your table and be able to arrang your controls:

HTML
<table style="width: 100%; overflow:hidden; table-layout:fixed"></table>


I hope this post can help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900