3.2.0

Grid resize problem

When the grid grows with setControlSize or setSize and when the user clicks on one of the lower rows in the list that are visible now … the whole list scrolls up.

It seems to have to do with the initial viewport.

This happens in IE and Firefox, html 4 and html5 doctypes.

Are there functions with reset all settings that has to do resizing the grid?
Pieter Gootjes
March 6,
Try adding obj.raiseEvent("paint") -

obj.setSize(300, 600);
    obj.raiseEvent("paint");


I guess the original idea was to rely on resize event, but that is not triggered anymore.
Alex (ActiveWidgets)
March 10,
Yes, problem solved, thank you!
Pieter Gootjes
March 11,

This topic is archived.


Back to support forum