FlexGridsizer possible?

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
petertohen
In need of some credit
In need of some credit
Posts: 1
Joined: Sat Sep 16, 2017 2:30 pm

FlexGridsizer possible?

Post by petertohen »

Hi there,

I`m quite new to wxWidgets and I don't know how i can Create a Grid around and between a wxFlexGridSizer.

In my Application I use the wxFlexGridSizer to make a table. But with the Spaces, its look funny. I hope to improve the look with the grid.

My System:
Windows 10 | wxWidgets 2.9 | IDE: CodeLite 5.1 | Compiler: g++

https://wxpython.org/Phoenix/docs/html/ ... Sizer.html
User avatar
doublemax
Moderator
Moderator
Posts: 19114
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: FlexGridsizer possible?

Post by doublemax »

Sizers are just layout tools, they have no visual representation.

Depending on what you're trying to do, using wxGrid may be the better alternative, but it is relatively complicated to use:
http://docs.wxwidgets.org/trunk/classwx_grid.html

Can you show a screenshot of what you have and describe what you want instead?
Use the source, Luke!
Post Reply