Seeking guidance creating WPF control library

  • Thread starter Thread starter SimonGuard
  • Start date Start date
S

SimonGuard

Guest
Hi, I am trying to create a WPF control library with visual studio toolbox support. Specifically, I want to manage the Xaml that gets generated when a control is dragged from the toolbox onto the design surface. I would also like to create a custom property editor for some of the control's properties. In WinForms I did similar things using a .Design.dll. I would like to know how to do the same thing for WPF controls.

I found the following articles and I would like to know if they are still relevant:

https://blogs.msdn.microsoft.com/wpfsldesigner/2010/01/13/wpf-silverlight-design-time-code-sharing-part-I/
WPF & Silverlight Design-Time Code Sharing – Part II

What is the Visual Studio 2019 way of doing things?

Will things change with .NET Core 3.0?

Continue reading...
 
Back
Top