How to make autoscaling ui grid layout`s cells?

how to make ui grid layout`s cell scale depends on parent size. autoscale plugin dont work. i tried to use list layout but it not wraps yet.

You can change the CellSize property to use scale, or the first number in each component of the property. As an example, the following setting would make each cell take up 10% of the horizontal size of its parent and 20% of the vertical size.
image

2 Likes

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