change tab behavior
The default behavior for a List control is KeyLeft=KeyUp and KeyRight=Keydown.
It would like to change it so that KeyLeft behaves like Shift-Tab, and KeyRight behaves like Tab.
How would I do that? I tried adding a onKeyLeft/onKeyRight but it behaves strangely as the control is still trying to use these keystrokes.
It would like to change it so that KeyLeft behaves like Shift-Tab, and KeyRight behaves like Tab.
How would I do that? I tried adding a onKeyLeft/onKeyRight but it behaves strangely as the control is still trying to use these keystrokes.
Eric Juvet
January 28,