UIGridLayout Cutting off part of the frame when testing on mobile

Hey yall,

So as the title states, part of my UI is being cut out when im testing on mobile. Obviously I know about scaling it based off the devices and what not, but that isn’t the issue. Here’s an example of what is happening:

image

As this shows, part of the scrolling frame isn’t rendering the image on mobile. I have attempted to scale the scrolling frame more and that hasn’t improved it. Here’s what it should look like:

This is on a normal desktop preview. There are already constraints and everything in the UI is converted to scale so that shouldn’t be the issue. Thanks for the read.

2 Likes

ummmm I dont know alot about UI but are you sure its not a

issue?

do you think only the frame thats holding the UI grid layout is scaled based off of the devices and not the Grid layout itself?

1 Like

Yeah, I just figured it out; I was being a bit slow and never set the scroll bar thickness to zero on the scrolling frame. :sob:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.