Create a moveable Image inside a Box UMG

So I have an UMG Widget and in there I’m trying to display a portion of a very big image in some kind of scroll box. That image in the box should be moveable by clicking/touching and dragging yet only the image moves and the (scroll-)box stays at the same position without moving.

To kinda visualize it

https://forums.unrealengine.com/core/image/gif;base64

I have tried doing it with a Scrollbox yet it only works for one direction which I dont want I want both its really necessary for it to go both ways

Thanks in Advance