0

FluentUI (aka office-ui-fabric) has a helper class named DragDropHelper. Unfortunately there isn't any documentation, and I don't really understand how I'm expected to use it.

A short example would be appreciated.

dgellow
  • 692
  • 1
  • 11
  • 18

1 Answers1

0

Have you seen this example (click on the "show code").

Specifically look at the implementation of _getDragDropEvents and the _insertBeforeItems.

igorc
  • 2,024
  • 2
  • 17
  • 29