首页 WinForm/WPF winform如何改变dataGridView 多行的背景色

winform如何改变dataGridView 多行的背景色

作者:胡同里的砖头 围观群众:2037 更新于:2013-12-19

private void dataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
        {
            int del = Convert.ToInt32(dataGridView1.Rows[e.RowIndex].Cells[0].Value);
            if (del == 1)
                dataGridView1.Rows[e.RowIndex].DefaultCellStyle.BackColor = System.Drawing.Color.LightPink;
        }

 

  • 本文标题: winform如何改变dataGridView 多行的背景色
  • 文章分类:【WinForm/WPF】
  • 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.
留言评论
站点声明:
1、本站【胡同里的砖头】个人博客,借鉴网上一些博客模板,取其各优点模块自行拼装开发,本博客开发纯属个人爱好。
2、所有笔记提供给广大用户交流使用,可转载,可复制,纯个人开发所遇问题锦集记录使用
Copyright © huzlblog.com All Rights Reserved. 备案号:苏ICP备2021056683号-8