Hi there! I'm also looking into this and if I set the corner radius on a medium split button, like so
<ribbon:SplitButton
Margin="10,0,0,0"
themes:ThemeProperties.CornerRadius="15"
ImageSourceSmall="/Images/Icons/Save16.png" Label="Medium SplitButton" ScreenTipDescription="This SplitButton has the default VariantSize of Medium." VerticalAlignment="Center">
<ribbon:Menu>
<ribbon:Button Label="Menu Item #1" />
<ribbon:Button Label="Menu Item #2" />
<ribbon:Button Label="Menu Item #3" />
</ribbon:Menu>
</ribbon:SplitButton>
The result has some visual artifacts on hover over. Imgur Link Do you have any suggestions for resolving this? Additionally, is there a way to not have the rounding apply to the popup?
Thanks!
[Modified 2 years ago]