Add code to make last column in ListView fill available space. See Google "C# ListView last column" and pick the article using the WndProc override. https://www.codeproject.com/Articles/3239/Autosize-the-last-column-in-a-ListView-control-usi - [x] Form1: change class of phrasesListView to SmartListView - [x] TopicsDialog: change class of topicsListView to SmartListView - [x] SelectedTopicsDialog: change class of topicListView to SmartListView
Add code to make last column in ListView fill available space. See Google "C# ListView last column" and pick the article using the WndProc override.
https://www.codeproject.com/Articles/3239/Autosize-the-last-column-in-a-ListView-control-usi