Calling PropertyChanged events from worker threads #15286
Unanswered
ArchibaldMacdonald-cyacomb
asked this question in
Q&A
Replies: 2 comments 3 replies
-
3 --> https://docs.avaloniaui.net/docs/guides/development-guides/accessing-the-ui-thread |
Beta Was this translation helpful? Give feedback.
3 replies
-
Long-term there might be things that Avalonia should do to be more similar to WPF here: https://stackoverflow.com/questions/1321423/does-wpf-databinding-marshall-changes-to-the-ui-thread |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble finding official information on calling
PropertyChanged
events from off the main UI-thread. I've tracked down 2 github issues that suggest one shouldn't, but I'm not sure how in-date these are with the current state of Avalonia framework:#7644
#5550
So a couple of questions:
PropertyChanged
off-thread?Beta Was this translation helpful? Give feedback.
All reactions