spanning columns and rows on FlexGridSizer?

Is there a way to have one "cell" in a wxFlexGridSizer span either a
few or an entire row/column?

Thanks! this looks to be what I was looking for...

···

On Sun, 20 Feb 2005 14:43:51 -0500, Greg <ghassel1@twcny.rr.com> wrote:

On Sun, 2005-02-20 at 13:45 -0500, Rodney Brown wrote:
> Is there a way to have one "cell" in a wxFlexGridSizer span either a
> few or an entire row/column?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
>

You might check and see if you could use wxGridBagSizer to fulfill your
purpose. The wxGridBagSizer allows a cell to span more than one
column/row.

wxPython API Documentation — wxPython Phoenix 4.2.2 documentation

--
Greg <ghassel1@twcny.rr.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org