|
You want a tree grid. One approach might be
to create a Tree inside of a DataGrid itemRenderer that only supports 1 node; or
you could support multiple and turn variableRowHeight on (forget the property
name in 2).
Or, have your itemRenderer understand XML, but only
render 1 item, and obey the indentation rules.
----- Original Message -----
From: Doug Hughes
Sent: Saturday, April 22, 2006 6:50 PM
Subject: [flexcoders] How would I do something like
this.... Hello
all, I need to create a UI element that
looks more or less like the screenshot at this link. http://odetocode.com/aimages/debugging/fig8.jpg.
The screenshot is of the MS Visual Studio 2005 watch window. The
component seems to be a combination of a tree control and a list control.
The left-most column shows a tree of element names that can be expanded. Theres
either nothing, a plus or a minus to the left of the name. If you click
the plus nested items are displayed. The minus hides nested items. The
tree really has multiple columns. For each element shown in the tree there are
more columns. Thats what Im trying to accomplish.
Any suggestions on how I might
accomplish this? Doug -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- Re: [flexcoders] How would I do something like this...... JesterXL
- Re: [flexcoders] How would I do something like th... Anatole Tartakovsky
- Re: [flexcoders] How would I do something lik... jeremy lu
- Re: [flexcoders] How would I do something... Anatole Tartakovsky
- Re: [flexcoders] How would I do somet... jeremy lu
- Re: [flexcoders] How would I do ... Anatole Tartakovsky
- [flexcoders] Flex 2 problem ... sank xuan
- 回复: [flexcoders] Flex 2 ... sank xuan
- RE: [flexcoders] Flex 2 ... Matt Chotin
- 回复: RE: [flexcoders] Fle... sank xuan
- RE: 回复: RE: [flexcoders]... Peter Farland

