Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
is navigation to another page possible using switch control?
Shaifalee Soni
7y
260
1
Reply
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
}
}
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
Cross platform Android and windows both execute same time???
how to add edittext in listview using xamarin android