- I have a frame.
- It contains a square frame using a UIAspectRatioConstraint which contains a ViewportFrame, the purpose of which is to make said ViewportFrame equidistant from the left, top and right borders.
- Under the square frame is a ScrollingFrame which contains a long blob of text.
- The square frame and ScrollingFrame are aligned via a UIListLayout.
- I cannot fathom how to fit the ScrollingFrame into the frame perfectly - it can spill out or leave a gap depending on the device resolution as the remaining height of the frame is unknown due to the UIAspectRatioConstraint
Any ideas would be greatly appreciated.