Skip to content
Discussion options

You must be logged in to vote

Is it possible to temporarily pause UI updates in Avalonia

Avalonia will not re-render UI nor re-layout UI on every change to the tree. It will schedule a dispatcher job to do it on the next event loop tick.
Saying this, updating visual/logical tree by itself might be a slower task, especially if any controls have a heavy event handler for that process.

I would say, you should profile your project to see which parts exactly are slow and start from there.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JDr111
Comment options

@JDr111
Comment options

@Gillibald
Comment options

@JDr111
Comment options

Answer selected by JDr111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants