Is there a way to have control over each row on the height part ? and if yes, how you do that ?
I’m trying to replace the canvas limit error with a more controlled option but it seems that on the ListBox part you can only adjust global Row Height and not individual lines.
Reason for asking this is that the data is not consistent in length and it needs to show all in one row. So similar to word wrapping but the difference is that the data is drawn using cell text paint.
Any ideas ? Thanks.