Search code examples
xamarin.formsxamarin.androidnavigation-drawer

Pull the navigation drawer from the side in code


I am looking for a way that way that in a certain interception I should be able pull the navigation drawer from the side in code.


Solution

  • MasterDetailPage has an IsPresented property that controls whether or not the master is visible

    Gets or sets a value that indicates whether or not the visual element that is represented by the Master property is presented to the user.