You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you make changes to the Xaml while using Hot Reload, you will encounter a Warning: This change is not supported by XAML Hot Reload and will not be applied during the debugging session.
or Error: Failed to retrieve the child at index 5.
Also the debugger stops working when using the live preview on the tables.
Thank you for your work on TableView!
This Addition is not essential for me but it would make working in XAML easier.
The text was updated successfully, but these errors were encountered:
I've just learned that Xaml Hot Reload can work if TableViewColumnsCollection inherits from DependencyObjectCollection. It seems like a significant effort is needed, but I'm willing to implement it in v1.3.0
Could we possibly fix XAML hot reload?
When you make changes to the Xaml while using Hot Reload, you will encounter a Warning:
This change is not supported by XAML Hot Reload and will not be applied during the debugging session.
or Error:
Failed to retrieve the child at index 5.
Also the debugger stops working when using the live preview on the tables.
Thank you for your work on TableView!
This Addition is not essential for me but it would make working in XAML easier.
The text was updated successfully, but these errors were encountered: