Hi,
Our application has a Messages window where the result of various operations are listed. We would like to make the list a bit more digestible by organising the entries in a hierarchical manner. For that purpose I started to play with your TreeListView class.
Unfortunately I couldn't get to set its columns re-sizeable. Setting the IsResizeable property to True on the TreeListViewColumns apparently has no effect.
What is the recommended way to achieve this?
Thanks in advance.