I'm new to Android-Xamarin.. and MvvmCross and I've read some basic samples that bind a ObservableCollection (defined in a ViewModel) to a ListView in a .xaml layout, so each element of the ObservableCollection will be loaded "automatically".
But, instead of a vertical layout (top-down), I want my items to be shown using a stack Layout like this!
Is there an easy way to achieve this?
Thanks! A lot!!!