wx.CheckBox several independent parallel columns

Hi, I'm working in Python with a list of items within a wx.CheckBox. The
wx.CheckBox is wider than it is tall, so I want to items not place them in a
single column but several independent parallel columns, each with
corresponding checkbox. It is possible?

Very thankful

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/wx-CheckBox-several-independent-parallel-columns-tp5725243.html
Sent from the wxPython-users mailing list archive at Nabble.com.

QCan wrote:

Hi, I'm working in Python with a list of items within a wx.CheckBox. The
wx.CheckBox is wider than it is tall, so I want to items not place them in a
single column but several independent parallel columns, each with
corresponding checkbox. It is possible?

I'm not sure I understand your question. Did you mean wx.CheckListBox?
That can't handle multiple columns, but you can simulate the effect by
using a wx.ListCtrl. The CheckListCtrlMixin sample in the demo shows this.

This answer stolen from a 2009 reply by Robin Dunn.

···

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.