Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
problem with xamribbon menu tool
posted

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.

 

 

Parents Reply Children
No Data