Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8993545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:12:52+00:00 2026-06-15T23:12:52+00:00

I’ve been looking into adopting MvvmCross in developing our next generation of software, mainly

  • 0

I’ve been looking into adopting MvvmCross in developing our next generation of software, mainly with the aim of developing tablet UIs for it. I understand that MvvmCross does not currently support WPF but I can see ourselves developing that and contributing it back.

However, I’ve also noticed that MvvmCross seems to be very light weight in that there is little support for composite UI as described in the Prism guide.
Unfortunately, we do need to allow for more complex composited UI scenarios.

Given what is stated in https://stackoverflow.com/questions/10224376/mvvmcross-experiences-hindsight-limitations about forking or rolling your own with MvvmCross as a reference, and given that we do need more complex UI scenarios than those that MvvmCross provides, what would the best course of action be, fork and reimplement the parts of prism we need, try to get MvvmCross to work together with Prism as is, or develop our own from the inspiration of MvvmCross and MonoCross?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:12:54+00:00Added an answer on June 15, 2026 at 11:12 pm

    Update: See Second answer below…


    I might need to write a longer answer to this tomorrow…

    As an initial answer:

    • someone has already done a port of MvvmCross to Silverlight and the developers have suggested this might become available to the wider community
    • the PCL version of MvvmCross should be quite straight-forward to port to WPF – although possibly not if older .Net Runtime versions are required
    • as the chief dev of MvvmCross to date, I’m personally interested in supporting WPF – especially right now for my project http://github.com/slodge/BallControl which needs a desktop to run in (Windows Store is crippled – pah!)
    • composite UIs are supported in MvvmCross – e.g. tabs, pivots, panoramas, splits, modal children, etc – but there’s not much work been done yet on a full composite UI like often seen in Prism.
    • I have seen people combine MvvmCross with other IoC frameworks, but (no work that I know of) has been done to date on combining MvvmCross with MEF (which is often used with Prism?)

    If I were tackling this problem area, then I’d come at this:

    1. Make sure we try to get a working app out first and foremost – the app matters more than the framework.
    2. For framework, I’d try porting the basic IoC setup across first and some simple navigation
    3. For the custom navigation (for displaying UIs in regions) I’d look at the role of the Presenter in MvvmCross – this is what I use in Tab examples, in iPad split view examples, etc to provide complex UI features.
    4. If this custom navigation isn’t enough I’d look at how it might be changed/replaced/extended – my guess is that the genuine requirements for WPF/Prism will actually be quite similar to the genuine requirements for bigger iPad, Surface and Nexus tablet apps.
    5. I’d try to keep everything modular and optional so that small phone apps don’t have to pull in big navigation processes that bigger apps might need. The downside of this might be lots of projects and DLLs!
    6. I’d also be open to this splitting into separate project(s) – much of the modern software world is ruled by small targetted apps rather than bigger, sprawling frameworks.
    7. Because I’m part time on Mvx, and this is your full time job, I’d definitely recommend you don’t let Mvx hold you back!

    My initial reaction is ‘yes, I’d be really interested in working on this’ – the downside (as above) is that I’m only spare time on mvx….


    Here’s the second answer…

    • I took the WinRT version of MvvmCross as a base (but also used elements of Console, WP7, Touch and Droid too)
    • I produced a simple WPF version of MvvmCross – https://github.com/slodge/MvvmCross/tree/vnext/Cirrious/Cirrious.MvvmCross.Wpf
    • The main feature of this version is that it doesn’t contain much in the way of navigation
      • e.g. don’t try calling Back!
      • e.g. the main presenter is left abstract for the application UI to implement – see https://github.com/slodge/MvvmCross/blob/vnext/Cirrious/Cirrious.MvvmCross.Wpf/Views/MvxWpfViewPresenter.cs

    • I then took the TwitterSearch demo app – https://github.com/slodge/MvvmCross/tree/vnext/Sample%20-%20TwitterSearch/TwitterSearch.UI.Wpf
      • created some simple views (using cut and paste of Xaml from WP7 version)
      • created a simple Region based presenter – see how RegionAttribute is used in https://github.com/slodge/MvvmCross/blob/vnext/Sample%20-%20TwitterSearch/TwitterSearch.UI.Wpf/MultiRegionPresenter.cs and in https://github.com/slodge/MvvmCross/blob/vnext/Sample%20-%20TwitterSearch/TwitterSearch.UI.Wpf/MainWindow.xaml.cs
      • that was kind of it… give or take a couple of hours of debugging

    There’s a video of this in action – with some explanation at: http://youtu.be/pYkLxqpu_5E


    This is obviously only a first step in Wpf support, but I suspect it is already going to satisfy quite a few use cases… Please feel free to fork the source tree and to extend or replace this first attempt. Also, if it doesn’t work for you, then feel free to abandon it and try something else instead.

    I will try to work on this more – but can’t really prioritise it above paid work… but I am open to being paid to work on mvvmcross too 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
Let's say I'm outputting a post title and in our database, it's Hello Y’all
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
I have been unable to fix a problem with Java Unicode and encoding. The
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.