I'm making app with using Xamarin.form.
I created tableview that has three sections from xaml. And I want to hide or remove last section (entire section, with sectionTitle).
But unfortunately, Xamarin xaml doesn't support conditional processing. (only works if element has isVisible property but tableSection does not have it)
Is there any option I can do?
Thanks.