lockedItems property
A list of items that are locked and can't be reordered and dragged.
Add elements in this list if all the elements in the list has same height. If the elements has different height, the reordered items will not be placed in the correct position.
Implementation
final List<E> lockedItems;