I am trying to implement both right-click functionality and drag and
drop functionality on ColumnHeaders. Since ColumnHeaders have no
MouseEvents, I used wndProc to get the right click working, and now I
cannot figure out how to do the same for dragg and drop. Do I need
to use WndProc? If so, how? Is there an easier way? If so, how?
Thank you
Kamii