Alain, et al, someone Do you know why when scrolling a data browser using the keyboard arrow keys, when the selected row is the last line in the browser view, the contents sort of wobble up and down by one pixel? This doesn't happen when using the scroll button, but of course the bottom line isn't selected then. If you look at the 2nd picture, you will notice the white line, under the selected line at the bottom that doesn't appear in the top picture. This alternates, back and forth each time the key is hit. I have seen this in all of the DB examples. TIA Steve
On Nov 22, 2004, at 2:24 AM, Alain Pastor wrote: > Steve Crossman wrote: >> Can [Alain] someone point me in the direction of updating a >> databrowser window's content, and get it to update when something is >> changed. >> Suppose I change one cell in a row, and then how do i get the >> databrowser to refresh showing the new cell data? > > To force a redraw, maybe you could try: > > DrawOneControl( browser ) > > Alain > > -- >