Michael Mejias Member Licensed User Longtime User Nov 20, 2018 #1 How to setup scrollview in designer? I have a layout created in designer and I want to put it in scrollview, the problem is I cannot make the scrollview in designer a parent. I want it to be a parent to child relationship. Thanks.
How to setup scrollview in designer? I have a layout created in designer and I want to put it in scrollview, the problem is I cannot make the scrollview in designer a parent. I want it to be a parent to child relationship. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Nov 20, 2018 #2 Create a new layout file and load it with ScrollView1.Panel.LoadLayout. Upvote 0