表单是否具有滚动条的属性? [英] does a form have a property of scroll bar?

查看:104
本文介绍了表单是否具有滚动条的属性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要获取Windows窗体的滚动条.但是没有称为滚动条的属性.
我已经最大化了Windowstate属性,但是表单大小仍然不够.我该怎么办?
还有其他选择吗?
请帮助我.

i need to get a scroll bar for a windows form.but there is no property called scroll bar.
i have Maximized the property Windowstate,but still the form size is not enough.what can i do for this?
is there any other option to do this?
please help me.

推荐答案

是-在属性"窗格中查找"AutoScroll"并将其设置为True.

但是,如果您的表单很忙,那么可能值得使用TabPages,以便将它们逻辑地分组在一起而不会给用户带来麻烦.同时显示太多控件会使导航变得非常困难.
Yes - in the Properties pane look for "AutoScroll" and set it to True.

But, if your form is that full and busy, it might be worth using TabPages instead in order to logically group them together without being overwhelming for the user. Too many controls on display at the same time can make it very hard to navigate.


一个滚动对话框很烦人.

如Girff所建议的那样,具有两个或更多标签页的标签控件将是更好的设计.
A scrolling dialog box is annoying.

Like Girff suggested, a tab control with two or more tab pages would be a better design.


您可以使用 GroupBox 并将所有控件放入其中,它会滚动.

希望这会有所帮助:)
You can use GroupBox and put all your controls in it, and it will be scrollable.

hope this helps :)


这篇关于表单是否具有滚动条的属性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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