If I increase the size of the font in a CheckListBox e.g. with
clb.SetFont(wx.Font(16, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0,
"MS Shell Dlg 2"))
the spacing of the lines in the CheckListBox does not increase to
accommodate the larger font so the lines overlap. Is there a way to get
the lines spaced correctly?
--
Jeffrey Barish