码迷,mamicode.com
首页 > 其他好文 > 详细

tablelayoutpanel 动态调整行列宽度

时间:2014-05-07 17:43:04      阅读:313      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   java   color   

bubuko.com,布布扣
1         private void SetTableLayout()
2         {
3             this.tableLayoutPanel1.ColumnStyles[0] = 
4                 new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 
5                     tableLayoutPanel1.Width/2);
6             this.tableLayoutPanel1.ColumnStyles[1] =
7                 new ColumnStyle(SizeType.Percent,
8                     100);
9         }
bubuko.com,布布扣

行方向的使用类似

tablelayoutpanel 动态调整行列宽度,布布扣,bubuko.com

tablelayoutpanel 动态调整行列宽度

标签:style   blog   class   code   java   color   

原文地址:http://www.cnblogs.com/mandaren/p/3709932.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!