views:

68

answers:

0

As described in this question it appears the minimum row height for a row in a DataGridView (WinForm not WPF) is 17 if you wish to display check boxes in a DataGridViewCheckBoxCell. Any smaller and the check box simply disappears!

Is there a way to place a smaller checkbox in a DataGridView cell?