getcellbounds() of datagridviewcheckboxcell
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, Datagridview OrderView; In the above Datagridview my 2nd column is a checkboxcolumn Rectangle contentBounds = OrderView.Columns[2].CellTemplate.GetContentBounds(0); But I cant get the contentBounds of the check box I m getting the rectangle as x=0 y=0 But actually the checkbox column is made and checkbox appears in the first row. How can I get the bounds ? thank you