Click here to Skip to main content
15,900,254 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Every body

I'm trying to have propertyGrid in Sukram WPF Diagram Designer Sample(WPF Diagram Designer - Part 4[^]) and I'm Novice in wpf. How can I add Proper PropertyGrid in this project which I can show all properties of each Item in designer Canvas and also I can multi select the Items from designer canvas to show there common properties, and also I have custom property for each Item in designer. If every one has experience or has similar sample, please share with me.
thank you
Posted

1 solution

There is a WPF property grid from CodePlex:
http://wpg.codeplex.com/[^]

You could simply make this an item in you shape class, and when a shape is selected you could simply alter the source of the property grid using binding.
 
Share this answer
 
Comments
aghapour.ahad 9-Sep-12 2:14am    
Hi Dear
Thank you for answer but that project is not release yet AND I Can't find that Dll on codeplex

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900