
How to get control if you resize the width of a Column in a ListView
http://www.mvps.org/vbnet/code/subclass/lvheadernotifications.htm
--
Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.
*** If you call the Sleep API in Bill's latest, will it have .NET dreams?
***
Quote:
> I've a ListView with several columns (report view). Because you can't
> center the items in the first column I've added a second column where I
> can center the items. And know I'd like to hide the first column.
> Because hiding of a column is also impossible I set its width to 0
> (zero). Now I'd like to set its width to 0 (zero) each time someone
> tries to resize column one with the mouse.
> Does anyone know how I can get control if someone has resized the first
> column?
> Any help and information are very appreciated
> Stefan