Вопрос

I've looked at using a control template to use the same XAML code between two views. However, where do I store this Control template so both views can access it and therefore display the controls I need?

Thanks

Это было полезно?

Решение

If both views are under same window, you can store ControlTemplate under Window.Resources and if both view belongs to different windows store that under Application.Resources.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top