Is there a sample for WPF like this one
http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx
I want to make a custom designer for the WPF.
Is there a sample for WPF like this one
http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/default.aspx
I want to make a custom designer for the WPF.
Create And Host Custom Designers With
DaveHFlynn
One of our goals for the WPF Designer in Visual Studio (Cider) is to enable similar scenarios. However the functionality is not available today. You could look at Mobiform's designer which I believe supports hosting their designer as a control
What is the scenario you want to enable
mark
Rigs78
Hi Mark,
When do you plan to enable rehosting of the WPF Designer outside of VS
Thanks,
Lajash.
KingBilly
Hi Mark,
Thanks for your info, The scenario I want is that:
I want to enable the user to edit(add/edit fields...design editing, edit labels..) forms in my application and
and the ability to save it.
essmat