SegmentedControl
SegmentedControl copied to clipboard
Binding Children in ViewModel
I want to bind Children Property because my segment element children change at runtime.
When trying to set Children in my ViewModel i get:
Attempted to access an element as a type incompatible with the array.
My reference in the ViewModel:
public IList<SegmentedControlOption> SegmentedControlChildren { get; set; }
Please help fix this issue as i really need this feature.
By the way, really great plugin!