开发者

WPF Editable ComboBox styling

I have a small question开发者_C百科: How do i style a WPF ComboBox with property IsEditable=True. I used Blend to extract the default template.

Now i see a style ComboBoxEditableTextBox i've managed to set the borderbrush on default state but how can i set the border when i'm editing (focus on the textbox)?


Did u try setting the BorderThickness upon (IsFocused = True and IsReadOnly = False) multi-triggers

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜