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
  • 35319
    posted

    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.

    RibbonMenu.zip
Reply Children