Dyalog / ewc-client

Other
1 stars 4 forks source link

The grid should indicate CurCell #100

Closed mkromberg closed 10 months ago

mkromberg commented 10 months ago

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]):

image

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.