从 DataGridView 获取交替行状态
如果我使用交替行颜色更改属于 datagridview 控件的 datagridviewrow 的背景色,并且我想以编程方式将其更改回来,我如何知道该行是正常行还是交替行,以便我知道要更改它的颜色回到?有我错过的房产吗?
if i change the backcolour of a datagridviewrow that belongs to a datagridview control using alternating row colours and i want to programatically change it back, how do i know if the row was a normal row or an alternating row so i know what colour to change it back to? is there a property i have missed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
...意识到您可以简单地将样式设置回 rowcelldefaultstyle,它会为您完成艰苦的工作。
... realised you can simply set the style back to the rowcelldefaultstyle and it will do the hard work for you.