Hi all,
Just starting to take a look at the Xamarin.Forms documentation to understand the possibilities provided by this new assembly.
Does anyone know if it is possible to manage the visibility of a cell in a table view or list view?
I found an enabled property but doesn't seem to drive the visibility of the cell.
My point is to use the table view as a replacement for MonoTouch.Dialog. With dialogs, when we need to view/hide one or more items, we need to go through the hierarchy to add/remove them from their parent element (for example when a boolean element drive the visibility of one or more sections). In some case it is a big overhead just to manage a simple feature.
Would be really nice if this kind of functionality is or will be available in the table/list provided by Xamarin.Forms.
Regards,
Guillaume.