adjust list item width for ListCtrl in LC_ICON mode

Hi,
I also posted a question on SO here. I’m trying to create a ListCtrl in LC_ICON mode that doesn’t wrap or truncate the text of the items. I’ve set a custom larger wx.Font and am using 64x64 icons. I’ve played around with most of the style flags and available methods for both the listctrl and the list items and can’t seem to find a way to adjust the width. My next thought was to try to manually manipulate the items’ rects but decided I’d ask the professionals before I went that route. Thanks