Ran C I want to implement a jigsaw puzzle, where the pieces are located in a scrollable strip at the bottom/top/side of the screen. The user picks a piece, and drags it into the board located in the middle of the screen. Something like that: https://www.dropbox.com/scl/fi/ajgxydvn1alpz6id4pwaf/JS.jpg?rlkey=zx9799blbib8p1irkv5a9jq2k&dl=0 I don't want to simply through 16 or 25 pieces in a pile and expect the user to move them around in order to search for the next pience. Do I miss a widget or feature that might allow me to do that? Any example that can be shared? Thanks!
Angelo S no widget for that. You could use drag and drop and drop areas to drop the pieces in the right position
Ran C Yes, I know how to drag&drop, the problem I'm having is where to place the pieces. A scrollable gallery would be best, in my opinion.