MvxListView in Android with MvvmCross
问题 I'm using MvvmCross v3 and I have a little problem with list in Android. I actually have a Mvx.MvxListView who works well, but I'm working on tablet, and ListView is a little bit inapropriate. So I want to have a control like WrapPannel in XAML to have more than one item in a row. How can I have this kind of control? Thanks 回答1: There are two challenges here: 1. Find or make the control you want The first is really up to you and your UX/design team to do - although people might be able to