Off the top of my head, I would use a tilelist. You would probably need to set variableRowHeight as well.
--- In [email protected], "aramsdell2000" <aramsdell2...@...> wrote: > > How would you go about wrapping multiple link buttons in a datagridcolumn? I > have an itemrenderer mxml hbox for that column with a repeater for generating > multiple linkbuttons based on a xml results set. The number of linkbuttons > varies so I was thinking I could fix the datagridcolumn width (say three > button widths-wide) and then somehow based on that width, wrap the remaining > 4+ buttons to a new line. Not sure if this can be done with an HBox. If it > can't be done the way I have started it, what is the best way to approach? > > Thanks! > Amy >

