You can do this by setting TablePane.columnSpan and TablePane.rowSpan attributes on your table cells components or by calling TablePane#setColumnSpan() or setRowSpan() directly. G
On Apr 27, 2011, at 5:12 AM, Brent Atkinson wrote: > Jérôme, > > I appreciate your reply, but I should have provided more context. I already > looked at the tutorials and the greped the 2.0 source code for examples. I > found nothing that actually uses BXML to set the row and colspan for a > TablePane. I also tried Google and couldn't come up with anything useful. > > Brent > > On Wed, Apr 27, 2011 at 12:01 PM, Jérôme Serré > <[email protected]> wrote: > Hello Brent, > > > You can use this example : http://pivot.apache.org/tutorials/table-panes.html > > > > De : Brent Atkinson [mailto:[email protected]] > Envoyé : mercredi 27 avril 2011 10:52 > À : [email protected] > Objet : TablePane: setting row/colspan in BXML > > > Hi. > > Could someone quickly describe the syntax needed for setting row and colspan > with a TablePane for columns and rows in BXML? > > Brent > >
