Developer Notes

Works fine. You've likely placed the scroll view into the vertical box and set the slot's Size Rule to "auto" (the default). Auto means, take as much space as you need. If that's the case the scroll bar can never appear because the control will always size to be the size needed to display the content.
Change it to fill and it should work.

Description

A scrollbox no longer gives the user the ability to scroll after being placed in the following widgets.

-Vertical box
-Grid panel

Steps to Reproduce
  1. Open the Editor
  2. Create New UMG Widget blueprint
    Right click content browswer > User Interface > Widget Blueprint
  3. Open Widget blueprint
  4. In the Palette panel find the "scrollbox" widget and drag it into the designer tab
  5. In the Palette panel find the "Verticalbox" widget and drag it into the designer tab
  6. In the Palette panel find the "Text" widget and drag enough into the designer tab to fill the scrollbox to the point that it's bigger than the Vertical box
  7. Place all of the Text Widgets into the Scrollbox
  8. Place the Scrollbox into the verticalbox
  9. Notice that the scroll bar is not given

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

1
Login to Vote

By Design
ComponentUE - Editor - UI Systems
Affects Versions4.6
CreatedDec 10, 2014
ResolvedDec 10, 2014
UpdatedApr 27, 2018