daniel-luberda / DLToolkit.Forms.Controls

Xamarin.Forms Custom Controls
Apache License 2.0
393 stars 182 forks source link

Will Forms 4.0 built in CollectionView replace this? #239

Open aherrick opened 5 years ago

aherrick commented 5 years ago

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/collectionview

vlkam commented 5 years ago

I think no FlowList is the List basically with cells recycling. CollectionView is a fixed collection like the Stack layout without cells recycling CollectionView is a useful control but it can be easily made from the Stack layout For example https://github.com/HoussemDellai/Xamarin-Forms-RepeaterView/blob/master/Repeater/Repeater/RepeaterView.cs