Any suggestion? Should I open a bug for this? C.
panyasan wrote: > > Hi, > > I tried "tree.setHeaderCellHeight(0);", but the header is still showing. > > Try this in the playground (trunk): > > var tree = new qx.ui.treevirtual.TreeVirtual( ["blah"] ); > tree.setHeaderCellHeight(0); > this.getRoot().add(tree); > > Header still there. > > Christian > P.S. BTW, the playground is such a great tool for debugging!! > > > Jim Hunter-2 wrote: >> >> I think if you simply set the height to 0 it will work, and that is >> the easiest thing to do. >> >> Jim >> >> >> On Fri, Apr 17, 2009 at 12:59 PM, dmbaggett <[email protected]> wrote: >>> >>> What is the proper way to hide the header row in a (single-column) >>> TreeVirtual? I looked at making my own headerrenderer, but that seemed >>> awfully complicated. Do I really need to do that? >>> >>> Dave >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Hide-header-row-in-TreeVirtual-tp23104983p23104983.html >>> Sent from the qooxdoo-devel mailing list archive at Nabble.com. >>> >>> >>> ------------------------------------------------------------------------------ >>> Stay on top of everything new and different, both inside and >>> around Java (TM) technology - register by April 22, and save >>> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. >>> 300 plus technical and hands-on sessions. Register today. >>> Use priority code J9JMT32. http://p.sf.net/sfu/p >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >>> >> >> ------------------------------------------------------------------------------ >> Stay on top of everything new and different, both inside and >> around Java (TM) technology - register by April 22, and save >> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. >> 300 plus technical and hands-on sessions. Register today. >> Use priority code J9JMT32. http://p.sf.net/sfu/p >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> >> > > -- View this message in context: http://n2.nabble.com/Hide-header-row-in-TreeVirtual-tp2662225p3823921.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
