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

Wpf: Drawable updates for large canvases in a scrollable #2707

Merged

Conversation

cwensley
Copy link
Member

This changes the behavior of passing largeCanvas: true to the Drawable constructor. Instead of tiling which creates edge artifacts and sporadic performance, it now will only update the visible area of the drawable within a Scrollable, and update when it is scrolled.

Additionally, this fixes issues getting the VisibleRect/ClientSize of a Scrollable during a paint event.

@cwensley cwensley added this to the 2.8.4 milestone Nov 27, 2024
@cwensley cwensley merged commit f43a185 into picoe:develop Nov 27, 2024
3 checks passed
@cwensley cwensley deleted the curtis/wpf-largecanvas-partial-invalidate branch November 27, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant