WPF: Label to TextBox when selected

Posted by Francesco on Stack Overflow See other posts from Stack Overflow or by Francesco
Published on 2010-04-06T07:13:07Z Indexed on 2010/04/06 9:03 UTC
Read the original article Hit count: 164

Filed under:

Hi!, I would like to create a simple designer which looks like visual studio. Specifically, I would like my items to have the same behavior as in VS: when they're not selected, a simple label/textblock is shown, when they're selected a textbox lets me edit the value. Which is the best way to achieve this?

Thank you

© Stack Overflow or respective owner

Related posts about wpf