Xamarin Forms ListView SelectedItem Binding Issue

后端 未结 2 1786
谎友^
谎友^ 2021-01-28 13:36

ListViews follow the ItemPicker/Selector pattern of UI controls. Generally speaking, these types of controls, regardless of their platform will have a SelectedItem, and an Items

相关标签:
2条回答
  • 2021-01-28 13:56

    The Xamarin Forms team created a pull request to solve some of the issues here: https://github.com/xamarin/Xamarin.Forms/pull/1152

    But, I don't believe this pull request was ever accepted in to the master branch of Xamarin Forms.

    0 讨论(0)
  • 2021-01-28 14:11

    The AdaptListView is a suitable alternative to the ListView control and isn't subject to these issues.

    0 讨论(0)
提交回复
热议问题