xamarin / Xamarin.PropertyEditing

MIT License
24 stars 16 forks source link

Being able to group properties by class #683

Open ChasakisD opened 5 years ago

ChasakisD commented 5 years ago

Properties window should be able to group properties by its owner class. For example, when I add a Button, the first properties i would like to edit is its Text, its Command etc. So it would be useful if the properties window could show first the Button's properties, then the Button's parent class properties etc.

I add a screenshot from xcode to make it more clear.

image