tags:

views:

309

answers:

1

i need code for flex tree with dotted horigental and vertical lines

A: 

Try:

<ui:TreeItemLinesRenderer
  Styles
    lineAlpha="1"
    lineColor="#808080"
    lineThickness="1"
    lineStyle="dotted"/>

Source: http://flexdevtips.blogspot.com/2009/04/tree-lines.html

jao