Drag Panel using Buttons

I’ve made a Draggable panel with several buttons below representing the different screens on the Draggable panel.

Swiping across the screen with the mouse will obviously get the screen moving,
however is there a way where I can press the buttons and get the screen to move that way?

So when u click on any of the buttons, its as though an invisible mouse has swiped the Draggable panel to the center focus of the screen.

Thanks

Make every “screen” a specific GameObject; reference each of them to the related button; when you click on one of them, lerp your panel depending of the “screen” position and the center of your screen (the real one here).