Hi all, I got a UserControl and some comboboxes in it. When I set new font for the UserControl, the font in comboboxes were also changed (this is expected) but the texts in them were selected!! How can I prevent text selection in comboboxes? Hope to find some solution soon. Thanks in advance!
A:
maybe you can post your xaml here. If your bindings have something like this: IsSynchronizedWithCurrentItem="True" change it to false to prevent text selection.
blindmeis
2010-08-25 07:59:10
It is not a wpf usercontrol but a normal Winform usercontrol with some editable comboboxes.
Linh
2010-08-25 08:27:00
oh sry i missed the winform in your title. maybe you should add some additional taggs to your post :)
blindmeis
2010-08-25 14:13:09