UI Type Editor In WPF

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • voided
    New Member
    • Jun 2012
    • 1

    UI Type Editor In WPF

    I'm working on WPF project and There is this problem with property grid control. Here I saw the similar problem solved in windowsform project. I'd like to know if anyone have any ideas how I can accomplish this behavior on WPF.
    Thanks in advance
  • Aimee Bailey
    Recognized Expert New Member
    • Apr 2010
    • 197

    #2
    WPF doesn't provide a PropertyGrid control, however you can use the control from WinForms, by placing it within a WindowsFormsHos t WPF control. Given this, the answer you found would also apply.

    Aimee

    Comment

    Working...