Expanding a Button in a GridSizer vertically

Hi there,

when adding a Button to a GridSizer cell, i can expand it with the
EXPAND flag horizontally. But how can i expand it vertically, so that it
will fill the whole cell?

Thank you,

Simon

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 27.09.2011 17:47, schrieb Simon Szustkowski:

Hi there,

Hi Simon,

when adding a Button to a GridSizer cell, i can expand it with the
EXPAND flag horizontally. But how can i expand it vertically, so
that it will fill the whole cell?

Although I didn’t use GridSizer yet, I suspect you’are looking for the
:proportion option. Have a look at
http://wxruby.rubyforge.org/doc/sizer.html , especially on the section
“Controlling the space given to Sizer elements”.

Thank you,

Simon

Vale,
Marvin

_______________________________________________ wxruby-users
mailing list [email protected]
http://rubyforge.org/mailman/listinfo/wxruby-users

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJOggAOAAoJELh1XLHFkqha97wH/jBxd0f/11xyOMK7F9KiXEoU
WF8jvJ9M+AZp+1punbBCq3LxqQMP36sIdUaFdL7G9ZOh9kJcyC03cT/3pMDi0kuX
1EjKvPy+1MZYuxzPCJZa7EFW4RSaqEPO++BjrMxRBu23fkZFUyjWDzoqYu83qXHr
OC408iqJJqPphziWsOz9sIXcF5CZ28Zd3ZJMIqoer5mMPy2DyIAP62kNqg7IV7uf
2NztF3sIbfnFcOem5ybhEeZThuEjVTB3vydIHKHcBdwU8mlFF1rMcJLKpvFkzoYE
+5Jghr2+lQGfexlKi/VUSl5kcCb2i1mT3KYbQcmz/FWCBtDuLvZPiWJLi7e/qvY=
=JZB1
-----END PGP SIGNATURE-----

Hi,

thanks for your help. But i think this is not what i am searching for.
The :proportion option is controlling the size of each cell, but not how
to expand a widget in this cell to the borders of the cell. The EXPAND
flag expands the buttons horizontally, but i need them to expand
vertically as well. When playing around with the :proportion flag, i
only change the space between the buttons, but not resizing them at all,
if you know what i mean…