SegmentedControl icon indicating copy to clipboard operation
SegmentedControl copied to clipboard

Binding Children in ViewModel

Open bluekuen opened this issue 6 years ago • 0 comments

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!

bluekuen avatar Aug 06 '18 06:08 bluekuen