Hi,

If I remove the code from CellClicked the behavior stops.
The code is:
          If SetupState then //All cells are editable during setup
              me.EditCell row, column
          End if

Do I need to place this code elsewhere? It needs to be available whenever the user wants to redo setup.

Thanks,
Aubrey
PB G4 OS 10.4.3
RB 2005 Release 4


Hi,

I have a listbox with a set number of rows and columns. When I
click on the last visible row the rows scroll up to display a non-
viable row and I lose the first row (vertical scroll bar is turned
off). Is there any way to stop this from happening?

Thanks


Yes, because your code is causing this to happen. A listbox with
entries but no code in any event handler doesn't behave in the manner
described. Check what code you have in the Change, CellClicked,
CellBackGroundPaint, CellTextPaint, MouseDown events, any event that
fires on a mouseclick. Are you setting ScrollPosition somewhere, for
example, or ListIndex? Comment code until you find the culprit.

Best,

Jack






_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to