Posted 25 January 2022, 5:51 pm EST
We are migrating from vb6 to vb.net. The rows’s height propertie in the FlexGrid, on vb6, has a default value of 16 pixeles, but in vb.net this value is 19 pixels, then the effect in the grid is the quantity of rows that I can see… while in vb6 I can see 10 rows, in vb.net I can see only 7 because the rows is bigger than vb6. In the other hand, when we change the control’s Font, the height grows and the effect turn worst.
We found the way to change this height(heightdisplay) in order to be almost like vb6, it is possible row by row, but it compromise the performance.
The question is: How can we change the rows’s height to be almost like vb6, without going through rows?
A example is attached.