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?
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.