Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: DropDownButton: Easy way to Disable MouseOver and PressedState Chrome Changes

$
0
0
Thanks BoucherS, I got it: I build this style and apply it to my specific control.
        var aa = new Style(typeof(DropDownButton));
        aa.Resources.Add(Xceed.Wpf.Toolkit.Themes.ResourceKeys.ButtonPressedOuterBorderKey, new SolidColorBrush(Colors.Aqua);

Viewing all articles
Browse latest Browse all 4964

Trending Articles