Closed phamthanhtong closed 4 years ago
Good question!
You can use the following layout:
<TaskLoaderView>
<PullToRefreshLayout>
<HorizontalListView>
It's the same here:
which is bound to:
The view model is very simple: all the hard work is done by the ViewModelLoader
and the TaskLoaderView
.
If you didn't know what is the TaskLoaderView
, have a look here:
https://github.com/roubachof/Sharpnado.Presentation.Forms#taskloaderview
Thanks. I used your solution. Android is OK. But iOS cannot pull to refresh.
<PullToRefreshLayout> <HorizontalListView>
After that, I tried to change to:
<PullToRefreshLayout> <ScrollView> <HorizontalListView>
iOS is OK. But Android cannot scroll up.
Could you give me a review?
@roubachof Could you share me a solution?
@phamthanhtong if you send me a repo with a repro sample before thursday I will be able to have a look by the end of the week ;)
Ok the issue with the RefreshView and the iOS version of the HorizontalListView will be fixed in v1.4.0
HorizontalListView control did not have IsPullToRefreshEnabled property. Could you share how to use Pull-to-Refresh like as ListView?
Thanks.