Hello,
I have often read that it is slower to use a layout file than to code it.
My example is a panel with 15 components in it. (Label,buttons, etc..)
If I used LazyLoading now, fast scrolling would be a problem.
Would it be a good idea to grab the layout file in a panel at startup and then load that panel instead of referencing the layou file? How can you speed up the process? Building the layout by code would be a massive amount of time.
Thanks Experts.
I have often read that it is slower to use a layout file than to code it.
My example is a panel with 15 components in it. (Label,buttons, etc..)
If I used LazyLoading now, fast scrolling would be a problem.
Would it be a good idea to grab the layout file in a panel at startup and then load that panel instead of referencing the layou file? How can you speed up the process? Building the layout by code would be a massive amount of time.
Thanks Experts.