开发者

DataGridView Winforms: FullRowSelect current cell still visible

开发者 https://www.devze.com 2023-03-08 13:39 出处:网络
I have one DGV with selection mode set to full ro开发者_如何学Pythonw select and selection backcolor set to yellow.

I have one DGV with selection mode set to full ro开发者_如何学Pythonw select and selection backcolor set to yellow.

Although full row is selected but still I can see(and move) the selected cell because of a border around it.

How to get rid of that.

EDIT:It happens when TAB is used when a row is selected.


try using

StandardTab = true

in the dgv properties

0

精彩评论

暂无评论...
验证码 换一张
取 消