I'm trying to display three lists of data in a single content page and I want to control the visibility of each list (as a group). Can any one suggest me best way to deal this scenario.
Putting multiple ListView in a single StackLayout or ScrollView or FlexLayout is not working.
I can use template selector in the ListView but when it comes to control visibility i have no clue how to implement it.