I am using wxWidgets 3.1.5 with a C++ code, on MSW 10. I created a wxListCtrl, and I would like the width of each column in the wxListCtrl to be resized to fit the width of the largest item in the column. Here, by 'largest item' I mean the text with the largest width among both the header and the items in the wxListCtrl.
So far, my wxListCtrl is displayed as in the screenshot, which is not what I want: for example the text "moon" in the first item has ben cut and is diplayed at "moo...". Do you know how to achieve this ?
Thank you for your help
