本文介绍了不能更改TopLeftHeaderCell的backColor吗?!!!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我无法为datagridview的列标题中的单元格着色:
我从文档中了解到类似这样的方法应该起作用,
但这不起作用...
Hi all,
I can''t manage to color the cell in the column header of a datagridview:
I understand from the documentation that something like this should work,
but it doesn''t work...
DataGridView1.TopLeftHeaderCell.Style.BackColor = System.Drawing.Color.Blue;
谢谢,
Thanks,
推荐答案
这篇关于不能更改TopLeftHeaderCell的backColor吗?!!!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!