Prism for Silverlight: How to maintain views in a specific order inside a region

后端 未结 6 944
心在旅途
心在旅途 2020-12-18 12:19

I am creating sort of a \"Navigation panel\" (which is actually an ItemControl) for SL and using Regions to allow each module to add his link to the panel.

Problem i

6条回答
  •  感情败类
    2020-12-18 12:49

    Well as the lack of answers counting. I have not found a solution with Prism.

    Instead I've used MEF to solve this.

    I will write a blog post on it and update this place holder.

提交回复
热议问题