- item
- The item to create a default visual for.
A Xamarin.Forms.TextCell instance with its text set to the string representation of the object (object.ToString).
This method is called by the templating system when ListView.ItemTemplate is null.
The BindableObject.BindingContext of the returned object will automatically be set to item, there is no need to set it yourself. If you do, it will be overridden.