Thanks for the reply. I'm using one of your scrollview SQL example and I'm unable to get "scrollview.panel.textsize" or a "scrollview.panel" in the designer scripts.
Sorry I'm lost. Could you show me some code or example.
Thanks for your help.
You can't change the font size in the Designer script because all the views in the scrollview are added in the code in the SetHeader and AddRow routines.
You have the FontSize variable defining the text size.
So you could check the screen size and change the value of FontSize according to the screen size.