This question is locked. New answers and comments are not allowed.
I have a grid that has one column that sometimes has wrapped values (long text values). When that column scrolls off the screen to the left, the grid row immediately shrinks to single-row height because (I guess) the extra height is no longer needed as the column is not visible. When the column scrolls back on, the row height gets taller again. If many rows are like this, then the whole grid jumps and it looks terrible.
I tried disabling column virtualization, but it does not seem to matter.
How can we prevent this from happening WITHOUT setting a minimum row height (since only some rows need the extra space)?
We are using 2011 Q2 and cannot upgrade at this moment.
Thanks
I tried disabling column virtualization, but it does not seem to matter.
How can we prevent this from happening WITHOUT setting a minimum row height (since only some rows need the extra space)?
We are using 2011 Q2 and cannot upgrade at this moment.
Thanks