Visual Studio 2008设计视图中的多个控件选择 [英] Multiple control selection in design view of Visual studio 2008

查看:91
本文介绍了Visual Studio 2008设计视图中的多个控件选择的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我想同时选择多重控制来正确对齐控件。

但这个选项我得到了在Visual Studio 2005中按住CTRL按钮..但在Visual Studio 2008中此选项不起作用..任何人都可以帮我找到这个选项。哪个正确我需要在Visual Studio 2008中设置这个选项



提前致谢。



此致,

Shashikala A

解决方案

首先,它确实有效。其次,如果这是你控制对齐的方式,它就不会走得太远。经过一些经验,你会发现任何类型的手动或绝对对齐都非常糟糕。为了实现稳健的对齐,您需要使用带有填充,边距和许多嵌套容器元素的CSS。



-SA

我同意谢尔盖。你可以更好地改变你的CSS,然后选择你的webform视图。



我的意见是你可以先创建一个表并在你的表内部改变它们根据以下内容修复你的桌子并能够控制你的控件:



 < ;   table     style  < span class =code-keyword> =  width:100%; overflow:hidden; table-layout:fixed >  <   / table  >  





我希望这篇文章能为您提供帮助。


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

解决方案

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


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:

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



I hope this post can help you.


这篇关于Visual Studio 2008设计视图中的多个控件选择的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆