Resizing a listbox column without headings

Hi everybody,
is it possible to resize the columns of a listbox (in a Windows Desktop App) without having the heading visible.

Not directly from dragging in the UI. However, since it can be done in code I suppose you could track from a MouseDown location and resize the columns based on the MouseUp location. It generally isn’t something I do so I have no example code to show you. And, of course, there may be other, simpler ways to do it.