Is there a way to hide the top/master switch that appears when you use the Xamarin.Forms.SwitchCell
control in Android? It is very annoying to have this extra switch when it does not appear in either the iOS and Window Phone platform.
Also, I tried using a Xamarin.Forms.Label
and Xamarin.Forms.Switch
by arranging them in a Xamarin.Forms.Grid
. I found the sample Grid and online documentation not very helpful when explaining how to align the rows and columns with using the SetColumnSpan
and SetRowSapn
functions.