开发者

Generic Views using Prism and Modularity

开发者 https://www.devze.com 2023-03-26 03:28 出处:网络
I am trying to implement prism in an application. I defined regions in S开发者_高级运维hell.xaml and called Views of Modules in different regions.

I am trying to implement prism in an application. I defined regions in S开发者_高级运维hell.xaml and called Views of Modules in different regions. I don't know if Prism allows or not the generic views: i have a lot of views very similar but changing the bidings and the labels names, can i generate these views using modularity and divide a module view in Regions like for the shell.xaml ?


Yes, you can devide a view that belongs to a module into several regions. Regions do not have to be in the outer Window or view.

0

精彩评论

暂无评论...
验证码 换一张
取 消