I use DataGridView with a CheckBox column and when cursor hovers over a checkbox at runtime the checkboxes display what is similar to a tooltip that says either True or False depending on the state of the checkbox and I don't want that. How do I turn it off?
Asked
Active
Viewed 19 times
1 Answers
0
You can set the DataGridView.ShowCellToolTips
property to false
Take a look at the Microsoft Guide

Bender110001
- 61
- 6