treechildren-padding-percent-1-ref.xul 465 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4. <style>
  5. </style>
  6. <tree seltype="single" flex="1">
  7. <treecols>
  8. <treecol flex="1"/>
  9. </treecols>
  10. <treechildren>
  11. <treeitem>
  12. <treerow>
  13. <treecell label="I am a treecell"></treecell>
  14. </treerow>
  15. </treeitem>
  16. </treechildren>
  17. </tree>
  18. </window>