本文介绍了覆盖datagridview复选框的paint事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的项目中,我需要在网格视图中更改复选框的样式。我的意思是更改复选框颜色并打勾。我知道这是正常的复选框,但我如何在datagridviw复选框中执行此操作。
我尝试过:
试图覆盖DataGridViewCheckBoxColumn等但没有运气
In my project, I need to change the style of the checkbox in grid view. I mean change the checkbox color and tick stye. I know this for normal checkbox but how I can do this in a datagridviw checkbox.
What I have tried:
Tried to override DataGridViewCheckBoxColumn etc but no luck
推荐答案
这篇关于覆盖datagridview复选框的paint事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!