79412427

Date: 2025-02-04 16:48:57
Score: 1.5
Natty:
Report link

IsAsync=True was the source of the problem. Without it controls are not being re-created. I am not sure what's going on behind the scenes though.

The help (https://learn.microsoft.com/en-us/dotnet/api/system.windows.data.binding.isasync?view=windowsdesktop-9.0) says "Use the IsAsync property when the get accessor of your binding source property might take a long time."

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): was the
  • Low reputation (0.5):
Posted by: Alex Gdalevich