[RAC] Custom Drag Preview Component #8395
Unanswered
thomasbritton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
When dragging an
<ListBoxItem />
is it possible to show information about the current drop position?For example, on my
ListBoxItem
, I'm showing the current Index position on it and when I am dragging the item I'd like to update that position with the Index of the current drop target, so it would increment the value of the Index which is shown on the drag preview component as you are dragging the item on the list.Thanks
Beta Was this translation helpful? Give feedback.
All reactions