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
Scroll up/down. The rows get somehow broken. You can notice it because the alternating row color gets broken (there are several contiguous nodes that are in the same background color).
Screen.Recording.2023-09-25.at.17.16.27.mov
The text was updated successfully, but these errors were encountered:
Previously we were calling r.g. `TreeDataGridCellsPresenter.UpdateRowIndex` from `TreeDataGridRow.Realize` instead of `TreeDataGridCellsPresenter.Realize`. This was causing the cells presenter to be stuck in a half-realized state. Make sure we call child `Realize` on realize and parent `UpdateRowIndex` only when updating row index. Added checks to ensure that `UpdateRowIndex` can't be called on an unrealized row or cell.
Fixes#218
Reported by @danipen:
Screen.Recording.2023-09-25.at.17.16.27.mov
The text was updated successfully, but these errors were encountered: