Author Topic: GuiScrollCtrl  (Read 654 times)

When ever I add something to a Scroll Ctrl it wont let me use the scroll bar, and I need this for a mod.

A few things to note
 - You need to make sure that the vertical scroll is not at "AlwaysOff"
 - There are two reliable ways to add things to a guiscrollcontrol
      1. Make the scroll control just a simple text list
      2. Make a swatch control in the guiscrollcontrol and then add anything you need in the scroll control onto the swatch.

This is a good reference for either
http://forum.returntoblockland.com/dlm/viewFile.php?id=3499

Thanks, I will take a look at that mod and see if it will help me.

There can only be 1 child object directly inside the scroll control. Everything else has to be placed within that.

I found out what I was doing wrong, I was changing the width of the swatch ctrl inside of the scroll control, instead of the height, thanks for helping.