You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, this library looks really great!
I'm wondering if there is a built in way to style valid drop targets?
For example, lets say I have 3 ListBoxes (A, B and C). I implemented them in such a way, that I can drag items from A to C and from B to C, but not from A to B. I want to show to the user in some way that he can only drop items to ListBox C. Preferably I would do this by darkening the entire app window and lighting up the ListBoxC.
How could something like this be achieved using this library?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, this library looks really great!
I'm wondering if there is a built in way to style valid drop targets?
For example, lets say I have 3 ListBoxes (A, B and C). I implemented them in such a way, that I can drag items from A to C and from B to C, but not from A to B. I want to show to the user in some way that he can only drop items to ListBox C. Preferably I would do this by darkening the entire app window and lighting up the ListBoxC.
How could something like this be achieved using this library?
Beta Was this translation helpful? Give feedback.
All reactions