Shaifalee Soni

Shaifalee Soni

  • NA
  • 5
  • 771

is navigation to another page possible using switch control?

Aug 18 2017 6:07 AM
In Xamarin Forms is it possible to navigate to another content page when a switch control's IsToggled is true?
 
eg-
if (switch1.IsToggled == true)
   {
      //navigate to another page
   }
}
 

Answers (3)