Telerik——GridView总结(Winform)
2021-05-28 17:06
标签:使用 bsp winform 分享 ddl 总结 属性 位置 info 在使用Telerik控件时有很多的方法,属性经常被用到,分享在此总结也便于查看复习。 1.基本属性 2.设置表头行高 Telerik——GridView总结(Winform) 标签:使用 bsp winform 分享 ddl 总结 属性 位置 info 原文地址:https://www.cnblogs.com/zutian/p/11117550.htmlGridViewTextBoxColumn col = new GridViewTextBoxColumn();
//表头文字位置
col.HeaderTextAlignment = ContentAlignment.MiddleCenter;
//数据文字位置
col.TextAlignment = ContentAlignment.MiddleCenter;
GridViewHistory.TableElement.TableHeaderHeight = 80;
文章标题:Telerik——GridView总结(Winform)
文章链接:http://soscw.com/index.php/essay/88743.html