microsoft / xaml-designer-extensibility

Extensibility sample code for the Visual Studio XAML Designer
MIT License
67 stars 29 forks source link

Request to expand the samples section. #39

Open dmitrybv opened 3 years ago

dmitrybv commented 3 years ago

Is it possible to add to the samples section an example of how to create new classes so that their reflection appears in the XAML code? Similar creation of a new column in the Add Column -> Add DataGridTextColumn menu for the DataGrid control. How a column is created and added to the Columns collection?