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
185
Spin Buttons in XamComboEditor
posted

Is there a way to get spin buttons in the XamComboEditor that would iterate through the items in the list when clicked on? 

Parents
No Data
Reply
  • 30945
    Verified Answer
    Offline posted

    Hello,

     

    I have created a sample application for you which shows an approach for replacing the drop down button of the XamComboEditor with a two buttons that act line spin button. In order to do that I have re-templated the XamComboEditor and change its Template and EditTemplate, by removing the ToggleButton and adding two Buttons. I have  created a class that contains two static properties of type ICommnad and implemented commands that iterate through the items of the XamComboEditor using its SelectedIndex property.

     

    If you have any further questions please do not hesitate to ask.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    XamComboWithSpinBtns.zip
Children
No Data