Any idea how I can disable column resizing in a ListView control? As far as I can tell, the user can always resize it and there are no properties that let me disable this behaviour.
I've also looked for specific properties for this thing (and found, for example, WS_HSCROLL for the horizontal scroll bar) but have not been succesful there either. If there is a property for the column resizing, I can remove it with SetWindowLongA.
Thx in davance!
I've also looked for specific properties for this thing (and found, for example, WS_HSCROLL for the horizontal scroll bar) but have not been succesful there either. If there is a property for the column resizing, I can remove it with SetWindowLongA.
Thx in davance!