Dynamic UI in Xamarin.Forms

后端 未结 2 1262
一个人的身影
一个人的身影 2020-12-22 09:22

I would like to add a scrollable menu to a mobile app page.
Here Transfer, Accounts, Payment and Transaction are generated from an XML file.
The rest is static layout.

2条回答
  •  攒了一身酷
    2020-12-22 10:07

    i think you can use "Collection View" which is new feature of xamarin.forms or "bindable layout" to make it dynamic.

提交回复
热议问题