I faced similar challenges in my first flex project and actually i dont think there is a direct solution to that.You can only manipulate datagrid columns as u which and not rows.The rowHeight property won't help either if u r trying to set specific row height. what i did was to first set the variableRowHeight property to true. then implement item renderers.My custom Item renderer would then set its own height based on the data property passed to it.
Hope that helped?. MayorBrain [EMAIL PROTECTED] --- In [email protected], "sakri_rosenstrom" <[EMAIL PROTECTED]> wrote: > > I'm sure this is simple, but after an hour of searching (docs, google, > this group), the solution evades me... > > I need a datagrid with variable row height, I need to access the > height of individual rows like my_datagrid.getHeightOfRow(3), and set > the height of that row... > > any help would be (as always) greatly appreciated! > > > Sakri >
