You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very appreciate that you solve the previous scroll bugs of ReoGrid WinForms.
Actually, I notice your modifications truly solve the problem at most situations, it's really helps a lot.
But when I try to freeze the bottom row, last few rows become unreachable.
Any interim support or suggestions for alternative methods to mitigate this issue would be immensely appreciated.
To Reproduce
Steps to reproduce the behavior:
Open a new reogrid.
Freeze the bottom rows by sheet.FreezeToCell(sheet.RowCount - 1, 1, FreezeArea.LeftBottom);
Scroll down to bottom
Edition
Which edition of ReoGrid do you using?
Windows Form
The text was updated successfully, but these errors were encountered:
Dear @datadiode ,
I'm very appreciate that you solve the previous scroll bugs of ReoGrid WinForms.
Actually, I notice your modifications truly solve the problem at most situations, it's really helps a lot.
But when I try to freeze the bottom row, last few rows become unreachable.
Any interim support or suggestions for alternative methods to mitigate this issue would be immensely appreciated.
To Reproduce
Steps to reproduce the behavior:
sheet.FreezeToCell(sheet.RowCount - 1, 1, FreezeArea.LeftBottom);
Edition
Which edition of ReoGrid do you using?
The text was updated successfully, but these errors were encountered: