SuavePirate/DynamicWrapLayout

My TodoItems its not populating

Opened this issue · 1 comments

Is it only public ObservableRangeCollection Items { get; set; } i can use bcoz with public ObservableRangeCollection TodoItems { get; set; } is not populating.
below is my view:

<suave:DynamicWrapLayout HorizontalOptions="Fill" ItemsSource="{Binding TodoItems}">
suave:DynamicWrapLayout.ItemTemplate





</suave:DynamicWrapLayout.ItemTemplate>
</suave:DynamicWrapLayout>

Am it doing any thing wrong?

Your code sample is all busted. Please post a full and workable example.