Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Horizontal Misalignment of Cells During Vertical Scrolling #319

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

grokys
Copy link
Member

@grokys grokys commented Nov 27, 2024

For columnar layouts, there should usually be be no need to estimate the x position of the column start in the viewport, as this information can be queried from IColumns. Make a new GetOrEstimateAnchorElementForViewport virtual method and override its behavior for columnar presenters.

Fixes #298

For columnar layouts, there should usually be be no need to estimate the x position of the column start in the viewport, as this information can be queried from `IColumns`. Make a new `GetOrEstimateAnchorElementForViewport` virtual method and override its behavior for columnar presenters.

Fixes #298
@grokys grokys force-pushed the fixes/298-cell-misalignment branch from fed5361 to 39aa9c1 Compare November 27, 2024 14:40
Copy link

@giard-alexandre giard-alexandre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Tested on our build and seems to fix the issue based on my limited testing :)

@maxkatz6 maxkatz6 merged commit dab2346 into master Dec 2, 2024
3 checks passed
@maxkatz6 maxkatz6 deleted the fixes/298-cell-misalignment branch December 2, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Horizontal Misalignment of Cells During Vertical Scrolling with Non-Realized First Column
3 participants