EzGui: UIScrollList: problems with viewable area

Hi,

I’m using EzGui to create a gui in 3d space, the player can interact with. I created a GameObject with an UIScrollList script attached. A fixed number of GameObjects with an UIListItemContainer script attached are added as children. Each one of them has a GameObject added as children that has a UIButton script attached.

UIScrollList
|–> UIListItemContainer
|–> UIButton
|–> UIListItemContainer
|–> UIButton

[I hope its understandable]

The pink/red border shows the viewable area of the UIScrollList. The problem: Why are the UIButtons not left-aligned to the viewable area and why are they not clipped to it?

Solved. The UIListItemContainer had a local translation that caused the problem.