如何在窗口应用程序的C#中的TableLayoutPanel中添加滚动条 [英] How to add scroll bar in TableLayoutPanel in c# in window application

查看:166
本文介绍了如何在窗口应用程序的C#中的TableLayoutPanel中添加滚动条的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在窗口应用程序的C#中的TableLayoutPanel中添加滚动条.
那是什么方法呢.告诉我.

I want to add a scroll bar in TableLayoutPanel in c# in window application.
So what is the method. Tell me.

推荐答案

您不知道.表格布局不支持单元格内部的滚动条.您必须将Panel控件放入所需的单元格中,然后根据需要打开Panels滚动条.
You don''t. Table layout doesn''t support scroll bars inside cells. You have to put a Panel control inside the cell you want, then turn on the Panels scroll bars as appropriate.


在此您可以使用AutoScroll属性为true.
In this you can use the AutoScroll Property to true.


这篇关于如何在窗口应用程序的C#中的TableLayoutPanel中添加滚动条的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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