WPF Prism and Ribbon samples/tutorials

前端 未结 4 801
旧时难觅i
旧时难觅i 2021-01-03 07:14

I\'m looking for a WPF prism with ribbon application samples and tutorials. I have found many that cover prism or ribbon but only a few sources provide any information about

相关标签:
4条回答
  • 2021-01-03 07:42

    David Veeneman wrote a nice article about Ribbon & Prism on CodeProject http://www.codeproject.com/KB/WPF/ViewSwitchingAppsPrism4.aspx

    It includes RegionAdapter for Ribbon .

    0 讨论(0)
  • 2021-01-03 07:43

    I ran into a similar problem this weekend and after much reading and searching came up with this code that I posted for review

    https://codereview.stackexchange.com/questions/429/mvvm-wpf-ribbon-v4-with-prism

    0 讨论(0)
  • 2021-01-03 07:54

    You can find some info on a customized region adapter for the WPF Ribbon Preview here.

    Regarding the loading of modules on demand in Prism, here is another link to MSDN, covering the topic.

    0 讨论(0)
  • 2021-01-03 08:02

    There is "Southridge Hands-On Labs" on Codeplex (download on WPF futures page). It is quite extensive, but documentation and source code are not in sync (it looks they updated labs source, but not accompanying documentation), so it can be a pain sometimes to get what is going on.

    It is based on Microsoft's WPF Ribbon Preview library.

    Edit:
    I am not aware about any tutorial that covers both. You can check series of videos on Prism and Silverlight by Mike Taulty. There is also source code for application made in last video.
    Then you can combine knowledge from Southridge labs and this Prism tutorial.

    0 讨论(0)
提交回复
热议问题