icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
949 stars 251 forks source link

New feature needed: Specifying Properties #45

Closed closetao closed 6 years ago

closetao commented 6 years ago

Hi First of all, thank you for the project you provided. I create a new usercontrol and I want to hide all inherit properties in PropertyGrid. Browsable is one option, but it is not convenient for hiding all inherit properties. Referring the similar project wpftoolkit, its PropertyGrid can hide all properties by using AutoGenerateProperties at one time. Can you add this feature?

Wating for your reply. Thanks

source code reference: ObjectContainerHelper.cs

usage description

jogibear9988 commented 6 years ago

This is already possible, Look at MyTestAssembly -> MyComponentPropertyService