I have a wxListCtrl (Actually it's an ObjectListView), set with LC_REPORT with two columns.
Is it possible to word wrap the first column of text when it reaches the end of the column?
I have a wxListCtrl (Actually it's an ObjectListView), set with LC_REPORT with two columns.
Is it possible to word wrap the first column of text when it reaches the end of the column?
It's not possible with a ObjectListView (see their FAQ), because ListCtrl doesn't support multiline entries.
It is possible, however, using UltimateListCtrl
wxListCtrl is fairly limited in its features. In order to do anything more than the basic, you should consider 'upgrading' to wxGrid, which has a wealth of features.