Hi
How to assign BindableLayout.ItemsSource to StackLayout through backend when click any button event i want dynamically bind through list
Hi
How to assign BindableLayout.ItemsSource to StackLayout through backend when click any button event i want dynamically bind through list
anonymous user To populate a bindable layout with data in c#, you could use the BindableLayout.SetItemsSource
method. Check the tutorial: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/bindable-layouts#populate-a-bindable-layout-with-data
3 people are following this question.