Custom Tree ItemRenderer

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Custom Tree ItemRenderer

    Sorry I start another topic on Custom TreeItemRenderers....but somehow i
    couldn't find any help in the other topics about this subject...

    I would like to create a custom itemrenderer so that nodes and leafs are
    Buttons(i don't even need real click event functionality)...the layout can be a
    normal tree layout...i just need something to get me started.

    If someone could tell me what functions to override and why, it would be
    really helpful.
    maybe if it's faster you could provide me with a code snippet and i'll figure
    out what happens..

    thanx in advance

    ZRiney

    Mr Riney Guest

  2. Similar Questions and Discussions

    1. Custom Dag&Drop in Tree + selection change
      Hello. I display a tree from which only some items must be draggable, so I couldn't use the default D&D behaviour and had to reproduce it all by...
    2. How to add custom context menus to AdvancedDataGridcontrol's tree node column?
      I was trying to add a custom context menu to the AdvancedDataGrid control tree column. I wrote a custom renderer action script class for the tree...
    3. itemRenderer in component
      From FlexExamples March 8, I am trying to use the TileList and custom itemRenderer. The only change I have made to the code is change the "main" app...
    4. Custom tree icons
      How can I extend the Tree class to use different icons? There could be a number of different symbols to display (not just an open/closed folder...
    5. Event handling in a Custom Tree control in ASP.Net and C3 web application
      I have a Tree control for displaying folders list for aparticular client in a Tree structure in a web application usingAsp.NET and C#. Now i want to...
  3. #2

    Default Re: Custom Tree ItemRenderer

    Yes, I have an example on [url]Www.cflex.net[/url] that is neither trivial nor
    ovewhelming, and shows which overrides to do what work.

    That renderer draws lines between sibling nodes, like some file explorers.
    Search for tree item renderer.

    Tracy

    ntsiii Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139