icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
949 stars 251 forks source link

Designer not updating #38

Closed mnusr closed 6 years ago

mnusr commented 6 years ago

Context: The design surface and the xaml editor are both in the same grid split by a splitter. When xaml changes TextChanged fires and loads the designer using LoadDesigner method. However nothing seems to be happening, the designer only updates when I click anywhere in the designer. What can I do force the designer to update when the xaml changes? Thanks.

jogibear9988 commented 6 years ago

can you create a sample project? or maybe change the simplesample and create a pull request, then maybe i can look

mnusr commented 6 years ago

I just realized, it was passing blank xaml, dispatching the call took care of it. My apologies.