The grid object should provide visual clues to identify the current cell: The cell and the corresponding row & column headings should be coloured differently. Running DemoGrids using Win32, we see the following when it comes up (CurCell is set to [1,3]):
We should (and will) add a new Grid property 'SelectionColor' which controls the colour to use to highlight the selected cell and headings, for now just pick light blue or something like that.
The grid object should provide visual clues to identify the current cell: The cell and the corresponding row & column headings should be coloured differently. Running DemoGrids using Win32, we see the following when it comes up (CurCell is set to [1,3]):
We should (and will) add a new Grid property 'SelectionColor' which controls the colour to use to highlight the selected cell and headings, for now just pick light blue or something like that.