I have application where i can change XAML file. For example: Move and resize controls.

Inside controls we have some complex code and use next check:

DesigerProperties.GetIsInDesignMode(this)

But this check is always false. How to set for application grid, page that we inside design mode?

Thanks.

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top