Subclassed Listview : Disable spliter from column header

  • Thread starter Thread starter Jax
  • Start date Start date
J

Jax

Hi all,

I have subclassed a listview control in vb.net.

I have added sort by header click, disable double click resize and
disable column resize functionality using various windows messages and
API Calls. All which work fine.

How do I disable the cursor changing to a splitter when the user has
the mouse over and between column headers?

Thanks,
Jax
 
Jax,

I was searching for the code to disable resizing of columns. Could you
please give me the code?

Thanks,
Pondala V.
 
How do I disable the cursor changing to a splitter when the user has
the mouse over and between column headers?

Surely someone out there knows how to do this in vb.net?

Thanks,
Jax
 
Back
Top