ReoGrid icon indicating copy to clipboard operation
ReoGrid copied to clipboard

SetRowsHeight

Open pipiscrew opened this issue 3 years ago • 2 comments

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

pipiscrew avatar Feb 12 '22 22:02 pipiscrew

How can reproduce this issue?

jingwood avatar Jan 12 '23 04:01 jingwood

ofc is reproducable, don't have the PRJ, deleted everything.. do you want to re make it ?

pipiscrew avatar Jan 17 '23 18:01 pipiscrew