cannot handle arrowkey press on checkbox component.

  • Thread starter Thread starter windy
  • Start date Start date
W

windy

Hi all,

I just found that i cannot handle arrowkey press on checkbox component?
Any turnaround or sample to achieve it?

Thanks~
 
Hi all,

I just found that i cannot handle arrowkey press on checkbox component?
Any turnaround or sample to achieve it?

Thanks~

Hi windy,

You can override the parent ProcessCmdKey and check for CheckBox.Focused and arrow keys
 
Back
Top