:: Forum >>

Scrolling refresh problem

When I scroll all the rows disappear momentarily then appear again when I stop, is this anything that can be resolved?
DukeNukem
Tuesday, November 22, 2005
You can disable virtual mode:

obj.setVirtualMode(false);

but this only makes sense when you have less than 100-200 rows.
Alex (ActiveWidgets)
Tuesday, November 22, 2005
That did it thanks Alex.
DukeNukem
Tuesday, November 22, 2005
I disabled the virtual mode with this:
obj.setVirtualMode(false);

but the grid don't repaint data.

The scroll do nothing!!! it's like don't exists when i'm disabled the Virtual Mode!!!!

the same problem occur when i'm active it, but the grid display the records blank.
Lucas Moretto
Wednesday, January 25, 2006

This topic is archived.


Back to support forum

Forum search