You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new StackLayout().ItemTemplate(()=>new Label().Bind()).ItemsSource(["Red","Green","Blue"]);
The text was updated successfully, but these errors were encountered:
egvijayanand
changed the title
Add an extension method for BindableLayout ItemSource that takes IEnumerable<T> as its input
Add an extension method for BindableLayout ItemsSource that takes IEnumerable<T> as its parameter
Jun 14, 2024
Add an extension method for BindableLayout's ItemSource that takes
IEnumerable<T>
as its parameter.This enables using the Collection Expression to define the items collection.
Usage:
The text was updated successfully, but these errors were encountered: