The text (label) of each checkbox in the wx.Checklistbox widget can be arbitrary.

It is necessary to automatically resize wx.Checklistbox, if the text (label) checkbox goes beyond the frame of the wx.CheckListbox widget.

Question: how to establish a correspondence between a long line (label) checkbox and a wx.Checklistbox widget?

    0