Code Monkey home page Code Monkey logo

Comments (2)

zangai avatar zangai commented on May 24, 2024

I checked out the Template10 Project and added it to my solution, and then referenced it. Maybe that is what makes it treat the protected NavigationService property as inaccessible?

from template10.

JerryNixon avatar JerryNixon commented on May 24, 2024

The revised SplitView implementation is getting a shake down right now. By the end of the day, the implementation of Template 10 Minimal will include an RTM-ready version of SplitView. The blog article you are referencing will still technically work, but it's not half as nice as it is here in Template 10. NavigationService, by the way, is passed in as a parameter to the Shell.cs constructor so its protection level in Bootstrapper will not matter anymore.

That being said, I think we changed it back to public. The issue with it being public is that the NavigationService in Bootstrapper will only navigate the primary Frame created automatically by the app. Developers using Tempalte 10 with apps that have more than one frame will need to either keep a reference to the NavigationService they create for their second frame or reference is by way of WindowWrapper.Current(Frame). This doesn't sound relevant to you, but I thought I would mention it.

from template10.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.