ciginfo Well-Known Member Licensed User Longtime User Jul 25, 2011 #1 Bonjour, How to add a view (Label for example) in a scrollview, but with the designer. I find only activity in "parent" Thank you
Bonjour, How to add a view (Label for example) in a scrollview, but with the designer. I find only activity in "parent" Thank you
Erel B4X founder Staff member Licensed User Longtime User Jul 25, 2011 #2 For now you cannot directly add a view to a ScrollView. You can however create the ScrollView layout as an additional layout file and then load it with ScrollView.Panel.LoadLayout. Upvote 0
For now you cannot directly add a view to a ScrollView. You can however create the ScrollView layout as an additional layout file and then load it with ScrollView.Panel.LoadLayout.