I am not able to drag a listbox row up or down to reorder it. Here are the particulars:
Allow Row Reordering = True,
Implemented CellClick event with a return of True (some fields are editable),
Implemented MouseDown event with a return of False,
Implemented DragReorderRows event with a return of False.
The problem is the DragReorderRows event never fires when I click and drag a row. There is no indication the row is even being dragged, either. Did I do someting wrong with the other events, perhaps the return values?