Does anyone have any idea to put to the "PopupPickerStyle (Slider Double Picker Style)" on ribbon.

Ribbon for WPF Forum

Posted 4 years ago by Thitikorn
Version: 19.1.0685
Avatar

Does anyone have any idea to put to the "PopupPickerStyle (Slider Double Picker Style)" on ribbon split button?

[Modified 4 years ago]

Comments (1)

Posted 4 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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>


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.