M
Marc Robitaille
Hello,
I have created a new ListView control that inherits from ListView control.
In the WndProc override subroutine, I have been able to find and use those
constants :
Private Const SBM_SETSCROLLINFO As Integer = &HE9
Private Const WM_HSCROLL As Integer = &H115
Private Const WM_VSCROLL As Integer = &H114
So i know when the user is using the scroll bar of the listview control.
What I need is the constant to know when the user changes the size of the
columns in the listview. I tried to find this value but with no success. Is
there Anybody who knows this value?
thank you
I have created a new ListView control that inherits from ListView control.
In the WndProc override subroutine, I have been able to find and use those
constants :
Private Const SBM_SETSCROLLINFO As Integer = &HE9
Private Const WM_HSCROLL As Integer = &H115
Private Const WM_VSCROLL As Integer = &H114
So i know when the user is using the scroll bar of the listview control.
What I need is the constant to know when the user changes the size of the
columns in the listview. I tried to find this value but with no success. Is
there Anybody who knows this value?
thank you