Hi devs,

i found i strange issue.
When using this snipplet:



var tree = new qx.ui.treevirtual.TreeVirtual(["A", "B", "C"]);

var tcm = tree.getTableColumnModel();


tcm.setColumnVisible(1, false);
tcm.setColumnVisible(2, false);


The rows of the columns are displaced.
May bee a little bug.

regards Sak


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to