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);
相关文章
- 03-28DataGridView控件行标题显示序号
- 03-28在dataGridView控件上加载数据时显示自定义字符
- 03-28DataGridView 在指定的单元格上添加居中文本,以及获取指定单元格X,Y,坐标,高度宽度,以及行加上序号
- 03-28如何:在 Windows 窗体 DataGridView 控件的单元格中显示图像
- 03-28RDLC 设置表的重复标题行(在每页中显示标题行)
- 03-28DataGridView中DataGridViewComDaboBoxColumn控件点击一次即可显示下拉菜单
- 03-28Winform界面开发技巧分享:如何突出显示WinForms网格控件行
- 03-28在dataGridView控件上加载数据时显示自定义字符
- 03-28MFC9.0 Outlook控件的标题显示无法改动
- 03-28SqlServer 查询结果合并成一行,复制到Excel,并显示序号