ReoGrid
ReoGrid copied to clipboard
SetRowsHeight
Description
Hi,
I load a XLSX, with 36000 rows and 40 columns. Containing only text.
For some reason the rows height made huge (1row = 1page with maximized window).
then on the same function used
g.Worksheets[0].SetRowsHeight(1, g.Worksheets[0].Rows, 15);
never end... please advise. if I use before (or after), the load :
g.Worksheets[0].RowHeaders[1].IsAutoHeight = false;
doing nothing.
Edition
- tried Winforms v2.1 (precompiled from site)
- compiled the latest from the repo.
Environment
- OS: win10
- Language of OS: English
How can reproduce this issue?
ofc is reproducable, don't have the PRJ, deleted everything.. do you want to re make it ?