scrollView refuses to alter scrollWidth value

I recently updated to Widget 2.0 in order to compensate for the lack of ability to disable vertical scrolling in the original version of widget.

writing:

scrollView.\_view.\_isVerticalScrollingDisabled = true

AFTER creating the widget, works. 

My next problem is that my scrollView width is not a high enough value to be able to scroll through ALL of my material in the scrollView.

When I change my include statement back to “widget” the original, the width is how I want it to be, but ever since I include the widget 2.0, the width comes shorter than what its supposed to be! THis is frustrating!

Any suggestions???

I tried to increase the scrollView width value after seeing that it did not remain the same, so I changed it to a higher number, and it still remained the same shorter value! Now I cannot scroll through the rest of my material. its like I’m not able to change that value…???