Asp.Net教程,WinForm教程,Asp.Net MVC,vs2008教程,vs2010教程,Silverlight技术,源码下载,Asp.Net视频教程
全站热门标签
vs2010 Silverlight 存储过程 水晶报表 ADO.NET JavaScript LINQ AjaxPro DataGridView 面向对象 Extjs GridView XML DevExpress HTML教程 Oracle jQuery 分页 GDI+ Visual C++2010 MySQL Office2010 WPF MVC Dojo WCF4.0 VB.NET Sql2005 textbox cookie WCF WinForm Discuz!NT SQL经典语句 T-SQL checkbox ASPxGridView F# asp.net SQL VS2008新特性 DropDownList Access TreeView Ajax VS2008 页面执行时间 Flex 字符串 回调 VB2005 DataSet C#时间 ASP.NET性能优化 用户在线检测 动画
FrameworkC#技术 VB.NET VC.NET WCF WPF
当前位置: 主页 > WinForm教程 > C#技术 >

MDI子窗体Load事件中设置DataGridView行高、背景色失效!

时间:2010-07-21 00:05来源:未知 作者:admin 点击:

在窗体的Load事件中设置DataGridView行高、背景色代码:

程序代码:
private void Form2_Load(object sender, EventArgs e)
{
    using (SqlConnection conn = new SqlConnection("server=(local);database=Northwind;user id=sa;password=sa;"))
    {
        using (SqlDataAdapter adapter = new SqlDataAdapter("Select * FROM Products", conn))
        {
            DataTable table = new DataTable();
            adapter.Fill(table);

            dataGridView1.DataSource = table;
        }
    }

    //设置第一行高度、背景色
    dataGridView1.Rows[0].Height = 100;
    dataGridView1.Rows[0].DefaultCellStyle.BackColor = Color.Red;
}
 
若窗体不是MDI子窗体,上边代码能正常运行;当窗体做为MDI子窗体时,数据绑定正常,但不能设置行高和背景色!获取设置后的值:
private void button1_Click(object sender, EventArgs e)
{
    MessageBox.Show(dataGridView1.Rows[0].Height.ToString() + "\r\n" + dataGridView1.Rows[0].DefaultCellStyle.BackColor.ToString());
    /*
     * 结果:
     *
     * 23
     * Color[Empty]
    */
}

说明设置未生效!后测试发现,若在按钮点击事件中设置DataGridView行高、背景色却又可以:
 

private void button1_Click(object sender, EventArgs e)
{
    //设置第一行高度、背景色
    dataGridView1.Rows[0].Height = 100;
    dataGridView1.Rows[0].DefaultCellStyle.BackColor = Color.Red;

    MessageBox.Show(dataGridView1.Rows[0].Height.ToString() + "\r\n" + dataGridView1.Rows[0].DefaultCellStyle.BackColor.ToString());
    /*
     * 结果:
     *
     * 100
     * Color[Red]
    */
}
(责任编辑:admin)
Tags:DataGridView
责任编辑:admin
返回顶部
------分隔线----------------------------
推荐内容
骆驼户外男 真皮磨砂日常休闲鞋 低帮 2011秋冬新款 专柜正品特价 骆驼户外男 真皮磨砂日常休闲鞋 低帮 2011秋冬新款 专柜正品特价