I kinda have a handle on layouts and scripting for different screen sizes but I was wondering how this would work with views that are added in code.
There is no real good reason I can think of not to use Layouts for everything, except for views like the Table as this is not one of the built-in Views.
Say I arrange a few views on a screen using a layout and leave a scroll area where I will put a table in, the table I create purely in code and add it to Scroll.Panel, will it also adhere to the Autoscale setting I have set in a designer script?
There is no real good reason I can think of not to use Layouts for everything, except for views like the Table as this is not one of the built-in Views.
Say I arrange a few views on a screen using a layout and leave a scroll area where I will put a table in, the table I create purely in code and add it to Scroll.Panel, will it also adhere to the Autoscale setting I have set in a designer script?