Pregunta

I have a RibbonControl built in WPF .

My question is, can I host Wpf Ribbon control inside a Windows form application and it is a bad thing or bad design to do this?

¿Fue útil?

Solución

It can be done with ElementHost

From my experience, the performance are not good but I used it to host a very complex control so maybe with lighter controls it will function better. Here is your solution: http://tech.pro/tutorial/799/wpf-tutorial-using-wpf-in-winforms

if you want to deepen your understanding, you can look here: http://msdn.microsoft.com/en-us/library/ms742215.aspx

also, you can read here for more related info

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top