Hello!
On expanding wxgrid there is some free space on the right. Is there
any way to use that space? I mean, adding controls, for example.
Thanks in advance,
Alex
Hello!
On expanding wxgrid there is some free space on the right. Is there
any way to use that space? I mean, adding controls, for example.
Thanks in advance,
Alex
It can be used if you add more columns. Otherwise, add your extra controls as siblings of the grid (IOW, with the same parent) and use a sizer to manage the layout such that they appear next to the grid widget rather than inside of it.
On 3/21/10 2:23 PM, Cloud wrote:
Hello!
On expanding wxgrid there is some free space on the right. Is there
any way to use that space? I mean, adding controls, for example.
--
Robin Dunn
Software Craftsman