How to enable re-order of items, without allowing them to be dropped onto other lists #434
Answered
by
punker76
professordave
asked this question in
Q&A
-
Are there any settings that enable the following? There are three listviews on the screen, that just happen to have the same object type, so when all options are enabled, can drag and drop items between the 3 lists.. Suppose we want to allow re-ordering within a list, but do NOT want items to be dragged between lists? Is there an easy way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
punker76
Feb 22, 2022
Replies: 1 comment 1 reply
-
@professordave Yes, this is possible with the ‘DragDropContext’ property. If you set this for every list with different key then you can only drag&drop inside this context. (All properties) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
professordave
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@professordave Yes, this is possible with the ‘DragDropContext’ property. If you set this for every list with different key then you can only drag&drop inside this context. (All properties)