prism wpf:如何在一个区域中显示视图/模块
我有一个包含一个区域的 Shell 类。我创建了一个模块,例如显示办公室列表。当我选择一个办公室时,我想显示另一个模块,我想在其中传输有关所选办公室的信息。 问题:
- 什么更好:创建另一个模块或在现有视图中创建另一个视图?
- (如果我仍然想创建第二个模块),我必须如何更改区域中的视图?请注意,我只有一个区域,因此我需要隐藏第一个模块的视图或卸载它。
- 如果我想在 shell 中再添加一个区域怎么办?例如,每个模块必须包含 2 个视图并更改所有视图。
谢谢。
I have a Shell class with one region. I created a module which shows,for example, a list of offices. When I choose one of offices I want to show another module where I want to transfer information about chosen office.
Questions:
- what is better: to create another module or maybe to create just another view in existing?
- (if I still want to create second module), how do I must to change views in region? Notice, I have only one region, so I need either hide view of first module or unload it.
- What if I want to add one more region to shell? E.g. every module must contains 2 views and change all of them.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将尝试分别回答这些问题。
我希望这有帮助。
I'll try to answer the questions separately.
I hope this helps.