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

Commented Issue: SplitButton background doesn't match standard button [18141]

$
0
0
The SplitButton is using a SolidColorBrush as its base background, instead of the LinearGradientBrush used by a standard button.
 
The standard WPF button uses this as its linear gradient:
 
#FFF3F3F3,0 #FFEBEBEB,0.5 #FFDDDDDD,0.5 #FFCDCDCD,1
 
 
This only affects the view of the button when it's not selected or hovered on.
 
 
Your examples show it using the standard WPF button background gradient. How can I get that gradient back?
 
Thanks!
mike
Comments: ** Comment from web user: emartin **

Fixed in v2.0


Viewing all articles
Browse latest Browse all 4964

Trending Articles