Just a "hint", it's not a really need.
Sometimes you could have the need to exclude the scaling of some view (I'm thinking to banners, which should have fixed sizes, if I'm not mistaken).
Something like:
@ could inform the script engine to exclude pnlBanner from the "process".
Sometimes you could have the need to exclude the scaling of some view (I'm thinking to banners, which should have fixed sizes, if I'm not mistaken).
Something like:
B4X:
@pnlBanner
AutoScaleAll
@ could inform the script engine to exclude pnlBanner from the "process".