Well it took out my code example. So the sort version is create a grid with a couple rows. Add two stackviews both assigned to the same row, with the IsVisible bound to a bool on the view model. Add a different sfcirculargauge to each stack. Add a button on one of the other rows on the grid that triggers an icommand which swaps the two bools to toggle the visibility between one stack and the other. Quick way to let some one cycle through different gauges. Problem is it doesn't work on iOS.