Thanks for your reply. I found similar references but was hoping for
some built-in way to do it. After 16-17 years of having to do things
the Win32API way I was hopeful that we had come past having to subclass
wndprocs. I guess not...
roy
> http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms.co
ntrols/msg/69dd7cedfbdea8e5?hl=sv
>
[quoted text clipped - 5 lines]
> >
> > Roy
Claes Bergefall - 19 Sep 2006 19:13 GMT
I just noticed that they added an event for this in 2.0;
ListView.ColumnWidthChanging. Handle that and set the Cancel property to
false. Should accomplish the same thing. No need to reuse my now obsolete
code :-)
/claes
> Thanks for your reply. I found similar references but was hoping for
> some built-in way to do it. After 16-17 years of having to do things
[quoted text clipped - 12 lines]
>> >
>> > Roy