UMG Changing Scrollbar position

UMG’s scrollbox allows you to change orientation from vertical to horizontal. I’m using a horizontal box and would like to have the scrollbar be at the top rather than the bottom of it. Is there a feasible way to do this? I think I’m missing something. I’m thinking about alternative solutions that require a bit more work to by making an external scrollbar. I just wanted to make sure I didn’t miss an easy option here since I believe this would be a simple task.

From what I see, if you change the ‘Size’ from Auto to Fill, then play with the alignment, you can position it at the top

Hope this helps,

Garrett

My scrollbox is inside a WidgetSwitcher which is inside a BorderWidget. There’s no size option here for auto and fill. What slot were you using?