I want to make a grid like this:

Not the wx.Grid. Does anyone know how to do this, and could provide an example?
This would be for a GridSizer or GridBagSizer to separate the widgets.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
use the drawing context of the
framewxWindow subclass(frame/panel/etc…really any wxObject almost).one way of doing it is this
you could speed it up by using drawlines instead
In Order to do what you want with the grid sizer you could do this
you could also accomplish this with styles like this