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
255
Xamcomboeditor does not select checkbox on spacebar
posted

Hi How do i select the checkbox using keyboard.

Regards,

Rajiv

Parents
No Data
Reply
  • 34510
    Verified Answer
    Offline posted

    Hi Rajiv,

    Since you did not specify which XamComboEditor you are using, I attached a sample that demonstrates how to implement space bar selection for both the WPF only XamComboEditor and the shared version.

    The sample handles the PreviewKeyDown event on both the editors and it detects when an item is highlighted and the space bar is pressed so that it can select it.

    Let me know if you have any questions on this.

    WpfApplication3.zip
Children