Giter Site home page Giter Site logo

Comments (6)

glennawatson avatar glennawatson commented on April 27, 2024 1

Your probably better off joining the rxui slack chat, and joining the #sextant channel. https://www.reactiveui.net/slack

from sextant.

RLittlesII avatar RLittlesII commented on April 27, 2024 1

@NightOwlCoder Are you using XAML or C#?

In Xamarin.Forms every ContentPage has access the the NavigationPage which is responsible for its navigation. If you do not want the navigation bar to display on a given page, you turn it off on that page by accessing the NavigationPage static.

<xamForms:ReactiveContentPage x:TypeArguments="splash:SplashViewModel" xmlns="http://xamarin.com/schemas/2014/forms"
                              xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
                              xmlns:xamForms="clr-namespace:ReactiveUI.XamForms;assembly=ReactiveUI.XamForms"
                              xmlns:splash="clr-namespace:Splash.Splash;assembly=Splash"
                              x:Class="Splash.Splash.SplashPage"
                              NavigationPage.HasNavigationBar="False">
        public SplashPage()
        {
            NavigationPage.SetHasNavigationBar(this, false);
            InitializeComponent();
        }

from sextant.

NightOwlCoder avatar NightOwlCoder commented on April 27, 2024 1

It is my first project actually doing C# only.
I'm more of a XAML guy, but wanted to test the waters with it.

So far, after learning about Xamarin.Forms C# markup, I'm actually liking it.

And thank you for the code above, worked flawlessly.

from sextant.

RLittlesII avatar RLittlesII commented on April 27, 2024 1

Glad it solved your issue. There are some upcoming changes that will be happening that should make it easier to manipulate the titles and such.

from sextant.

open-collective-bot avatar open-collective-bot commented on April 27, 2024

Hey @NightOwlCoder 👋,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider contributing financially.

https://opencollective.com/reactiveui

PS.: We offer priority support for all financial contributors. Don't forget to add priority label once you start contributing 😄

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms!

from sextant.

github-actions avatar github-actions commented on April 27, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from sextant.

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.