Skip to main content
Inspiring
November 14, 2006
Question

property list

  • November 14, 2006
  • 4 replies
  • 280 views
Could anyone please point me towards a definitive propertry list for the
datagrid.

I'm specifically intersted in being able to center text vertically within
the cells.

Thanks


This topic has been closed for replies.

4 replies

Inspiring
November 14, 2006
You'll probably need to create your own cell renderer.

See Components Language Reference --> CellRenderer API


Inspiring
November 14, 2006
That's great, I can see lots of properties, but nothing about vertical
aligment.

Does that mean you can do nothing about vertical alignment?


"kglad" <webforumsuser@macromedia.com> wrote in message
news:ejcm9o$h41$1@forums.macromedia.com...
> if you place an object (component or otherwise) on stage and give it an
> instance name (say dg), you can always use:
>
>
>
> for(obj in dg){
> trace(obj);
> }


Inspiring
November 14, 2006
Everything you need is in the Help. Open Help - select Components from the
top drop-down menu. Then look at the datagrid within the Components Language
Ref.

--
Dave -
Head Developer
www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/


kglad
Community Expert
Community Expert
November 14, 2006
if you place an object (component or otherwise) on stage and give it an instance name (say dg), you can always use: