WPF Editable Combobox IsFocused problem

Posted by Rey on Stack Overflow See other posts from Stack Overflow or by Rey
Published on 2009-12-15T23:47:53Z Indexed on 2010/06/03 5:24 UTC
Read the original article Hit count: 374

Filed under:
|

I am developing a Watermarked Combobox by modifying Combobox Control template. everything is fine when combo box is not in editable mode. but when i change edit mode to True, isFocused property never set to True. this is because in edit mode, combo box is using a Text Box. This is exact copy of this StackOverflow question: . there are no responces to that question. please drop a line if you know how to solve this. or please point me to links that provide Watermark Combobox implementation. Thanks, Rey.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about combobox