What event to listen for change of qx.ui.list.List's Length and that new
added list item is ready ?
I know qx.type.Array() have change event , but if i listen there and scroll
to bottom , it never got to the bottom .
This what i am trying to do , but want to scroll after that last row is
added.
this.chat_list.addListener("change", function() {
console.log('model_changed')
this.chat_list.scrollToY(1e99);
},this)
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel