How to drag container with effect like iphone
I am working on a feature related to DragEvent. The goal is to detect when a certain container has been pressed for a few seconds, after which it would proportionally enlarge and become draggable. During the dragging process, if it encounters other containers, those containers should automatically move aside, left and right, similar to the behavior on an iPhone. Is this feasible to implement in TouchGFX? Or is there already a related post that I might have missed?
Note: The mentioned containers are clickable and can change screens.
Sorry if this is a simple question.
