I want add a dynamically generated row of buttons on my form. The number and content of the buttons needs to come from a BindingContext. For a static row of such buttons, I'd obviously use a StackLayout, but the Children property of the StackLayout is not a bindable property.
How can I go about doing this?