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 had tried to track down the issue. And I had come to this fragment inside ViewControl.cs:
85: if (this.IsFrozen)
86: {
87: this.FreezeToCell(this.FreezePos, this.FreezeArea);
88: }
I had tried comment out line 87 (just to see what will happen) - and get expected behavior.
I understand that solution can't be so easy :)))) (most certainly removing this string will lead to negative consequences). But I hope this info helps.
Hi. When grid has frozen rows or frozen columns then SetColumnsWidth or SetRowsHeight scrolls grid to start position despite the focused cell.
Steps to reproduce the behavior:
This behavior can be seen in demo project.
Expected behavior
Current cell stay in visible area
may be same as #172
The text was updated successfully, but these errors were encountered: