I have wrapped WinListView by dropping onto UserControl to create MyListView control
I am trying to implement Drag/Drop functionality.
I can not find onItemDrag event in the WinListView : UltraWinListView.
Is there other even that I can use instead ?
Thank you
There is no ItemDrag event; if you like you can submit a feature request or one. You should check out the 'WinListView DragDrop' sample, which ships with the SDK. It demonstrates how to implment drag and drop for that control.