Placed slider control in menu tool. Slider works well, but the problem is drop down closes on click of left / right arrows of slider. Due to this user cannot set the value of slider as the drop down closes on single click.
<igRibbon:RibbonGroup Caption ="Slider Group" >
<igRibbon:MenuTool Caption="Slider Control">
<ig:XamNumericSlider Name="Slider" MinValue="0" MaxValue="50" Value="25" Width="140" Height="22" />
</igRibbon:MenuTool>
</igRibbon:RibbonGroup>
Can you provide me a solution for this problem.
Note: I dont want to place the slider in ribbon group due to space constraint.
Hello Yugandher,
I have been looking into your issue and I have created a sample application where I am checking whether the arrows of the XamNumericSlider are clicked and if it is so, I set the ‘IsOpen’ property of the MenuToll to “true”.
If you need any further assistance on this matter, feel free to ask.
Thanks for the response Yanko.
Is there any other way I can achieve this without any code behind.