Using the Designer, I've added an xCustomListView to my window. I've left the "Wrap Text" checkbox unchecked. However, the xCustomListView still wraps the text (see screenshot below).
I'm using clv_Messages.InsertAtTextItem( ... ) to insert the items.
There also does not seem to be a way to toggle the "Wrap Text" setting in code, and I couldn't find any threads discussing this functionality or my issue.
How do I keep the text from wrapping in an xCustomListView?
The image below shows a regular ListView above the xCustomListView at the bottom.
I'm using clv_Messages.InsertAtTextItem( ... ) to insert the items.
There also does not seem to be a way to toggle the "Wrap Text" setting in code, and I couldn't find any threads discussing this functionality or my issue.
How do I keep the text from wrapping in an xCustomListView?
The image below shows a regular ListView above the xCustomListView at the bottom.