79468367

Date: 2025-02-26 02:42:52
Score: 1.5
Natty:
Report link

Actually I think I might've fixed this with the following in my userControl loaded event:

Dispatcher.BeginInvoke(new Action(() => {
        // execute some logic here
    }));

Don't know if it's the right way, but it works.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: George