Does anyone have any idea to put to the "PopupPickerStyle (Slider Double Picker Style)" on ribbon split button?
[Modified 5 years ago]
Does anyone have any idea to put to the "PopupPickerStyle (Slider Double Picker Style)" on ribbon split button?
[Modified 5 years ago]
Hello,
You can put any UI element as the child of the ribbon:SplitButton, like this:
<ribbon:SplitButton Label="Slider in popup">
<Slider Width="150" Margin="10" Padding="0" TickPlacement="None" Minimum="0" Maximum="100" Value="50" VerticalAlignment="Center" />
</ribbon:SplitButton>
Please log in to a validated account to post comments.