Re: Matt Lewis: wxEuphoria's wxGrid
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Mar 31, 2005
- 460 views
cklester wrote: > > Matt, where is the behavior of the grid specified? I'd like to change it > for at least two keys: > > Shift+TAB - move to prior cell in row > Home - move to first column of row > > This is standard behavior in other "spreadsheet" type controls/apps, > specifically > OpenOffice.org's spreadsheet app and MS' Office Excel. > > Will I need to intercept these keys to make the grid perform this way, or > can I specify that behavior some other way? I think you'll need to intercept these keys, and then call something like the wxGrid::MoveCursorXXX functions. Matt Lewis