HoussemDellai / Xamarin-Forms-RepeaterView

Sample implementation for Repeater for Xamarin Forms
9 stars 6 forks source link

How can we add data dynamically in repeater View? #1

Open sahadevgupta opened 6 years ago

CarlosAyala commented 6 years ago

HI

You need to change values in the ItemSource, but the Repeater does not detects changes, only load changes the first time. I thinks is a bug.

lunarpulse commented 5 years ago

Agreed. I experience the same.