码迷,mamicode.com
首页 > Windows程序 > 详细

DataGridView控件行标题显示序号

时间:2016-12-09 19:26:50      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:graphics   cell   header   ati   draw   ica   vertica   trend   raw   

 Rectangle rectangle = new Rectangle(e.RowBounds.Location.X, e.RowBounds.Location.Y, dataGridViewX1.RowHeadersWidth - 4, e.RowBounds.Height);
            TextRenderer.DrawText(e.Graphics, (e.RowIndex + 1).ToString(), dataGridViewX1.RowHeadersDefaultCellStyle.Font, rectangle, dataGridViewX1.RowHeadersDefaultCellStyle.ForeColor, TextFormatFlags.VerticalCenter | TextFormatFlags.Right);

DataGridView控件行标题显示序号

标签:graphics   cell   header   ati   draw   ica   vertica   trend   raw   

原文地址:http://www.cnblogs.com/Elcser/p/6150493.html

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