xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

Adds a mechanism in PredefinedValues to allow handle separator string values #645

Closed netonjm closed 5 years ago

netonjm commented 5 years ago

In VS4Mac we have some PredefinedValues that include dividers to make more clear the selection of items for the user.

image

This is how it feels now.

image

Fixes #644

netonjm commented 5 years ago

@ermau what do you think? (btw I didn't include windows changes implementing the interface)

CartBlanche commented 5 years ago

@netonjm FYI - You can set PRs as Draft now and that way they can't be merged until you change them to normal PRs. That way you don't need the "do no merge" tag.

ermau commented 5 years ago

Probably going to have to do something like this for iOS, so we might need something a little more robust.