Is there a way to have the last selected cell have visual persistence
when using the grid? You can have visual persistence for the last row
that was selected, but I can't figure out a way to highlight the last
cell that was selected.

I have an application where I have a grid and a listbox. When someone
clicks on certain cells in the grid, it fills the listbox. But if they
click on an item in the listbox, I want the last grid cell to be
highlighted to give a visual check on what the listbox data is. I
thought maybe something in VALID, but nothing has worked.

Kevin Clark
Seton Home Study School

Re: Visual Persistence with grid by christophe

christophe
Fri Feb 10 03:25:49 CST 2006

Kevin,

Not by default
but maybe a combination of AfterRowColChange
and DynamicBackColor.
or add a Label next to your listbox
which gets renamed in YourGrid.AfterRowColChange ?

regards
christophe
--
\|||/
(o o)
----ooO-(_)-Ooo-------------


<KevClark64@hotmail.com> schreef in bericht
news:1139494914.079496.317030@g47g2000cwa.googlegroups.com...
> Is there a way to have the last selected cell have visual persistence
> when using the grid? You can have visual persistence for the last row
> that was selected, but I can't figure out a way to highlight the last
> cell that was selected.
>
> I have an application where I have a grid and a listbox. When someone
> clicks on certain cells in the grid, it fills the listbox. But if they
> click on an item in the listbox, I want the last grid cell to be
> highlighted to give a visual check on what the listbox data is. I
> thought maybe something in VALID, but nothing has worked.
>
> Kevin Clark
> Seton Home Study School
>