IReorderableListAdaptorCanDrag Method |
Namespace: Rotorz.ReorderableList
bool CanDrag( int index )
This should be a light-weight method since it will be used to determine whether grab handle should be included for each item in a reorderable list.
Please note that returning a value of false does not prevent movement on list item since other draggable items can be moved around it.