Hello,
I am creating a layout that is databound to display data inside a vertical tree. I seen the TreeGrid, Miller Columns, and multiple Columns but these are all horizontal. Is there a widget that displays the values more like:
	Bests,
							
						
					I am creating a layout that is databound to display data inside a vertical tree. I seen the TreeGrid, Miller Columns, and multiple Columns but these are all horizontal. Is there a widget that displays the values more like:
Code:
	
	 
        A
        ^
   AA        AB
    ^        ^
 AA1 AA2  AB1 AB2
Comment