edgarka_
Avalonia ListBox pass selected DataTemplate
It wasn't working at first as my EventName was "SelectionChanged". Changing it to "Tapped" removes errors, but it seems like "Tapped" is for touch screens. Do you know where can I find EventNames as VS doesn't list them for me?
17 replies
✅ BackgroundWorker in WPF MVVM
Thank you for your help @hengi! Issue is, it still makes UI change after "PerformTask" is executed. Is there a way to update UI between fist two "for loops" (for example move progress bar to 10) or it would require separating UI and command with thread?
17 replies