Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Hidding ActionBar

$
0
0

Hello

Inside my App.cs I have:

var register = new RegisterPage();
            register.ActionBar.Hide(); // I can't access this object
            register.SupportActionBar.Hide();// I can't access this object
            return new NavigationPage(register);

Neither

namespace Forms_Example
    {
        class RegisterPage : ContentPage
        {
        this.ActionBar.Hide();
            public RegisterPage()
            {...
How can I access ActionBar inside a ContentPage?

Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>