会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
古兰色回忆
想找一个无人的角落发呆……
博客园
首页
新随笔
联系
订阅
管理
2013年9月6日
为 DataGridView 控件添加行号
摘要: 虽然好像不经常用到,不过还是记下来防止以后用到 /// /// 为 DataGridView 控件添加行号 /// /// /// private void datagridview1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { Rectangle rectangle = new Rectangle(e.RowBounds.Location.X, e...
阅读全文
posted @ 2013-09-06 09:59 古兰色回忆
阅读(249)
评论(0)
推荐(1)
编辑
公告