开发者

DataGridView Winforms: FullRowSelect current cell still visible

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜