Xamarin.Forms ListView size to content?

前端 未结 4 1852
星月不相逢
星月不相逢 2020-12-31 09:10

I have a pretty large form (adapted mainly for tablets), that has a TabbedPage nesting a ScrollView and a vertical StackPanel containi

4条回答
  •  粉色の甜心
    2020-12-31 09:59

    I may be grossly oversimplifying things here, but just adding HasUnevenRows="True" to the ListView worked for me.

提交回复
热议问题