Property Grid - adding property tabs

Hi, To add a property tab to my property grid, I add the following attribute to my class: [PropertyTab(typeof(myPropertyTab), PropertyTabScope.Component)] Then I assign my class to the SelectedObject of the property grid, and my own tab appears. The documentation for PropertyTabAttribute says: Identifies the property tab or tabs to display for the specified class or classes. But how can I add more than 1 tab? Secondly, is it possible to add other buttons to the property grid toolbar. I want to add my own buttons, like (dynamically) add a property, remove, refresh... Thanks, Sebastien

Loader.
Up arrow icon