mrjaw Active Member Licensed User Longtime User May 29, 2012 #1 Hi! I am using a scrollview to add some data ot it for seeing as table. When I do sv.panel.addview(label,left,top,witdh,heigth) in my scrollview doesnt appear anything. I have to do a refresh or something like that to see the data into SV ? Can I do this ? Edwin
Hi! I am using a scrollview to add some data ot it for seeing as table. When I do sv.panel.addview(label,left,top,witdh,heigth) in my scrollview doesnt appear anything. I have to do a refresh or something like that to see the data into SV ? Can I do this ? Edwin
Erel B4X founder Staff member Licensed User Longtime User May 30, 2012 #2 There is no need to refresh the ScrollView after you add views. I recommend you to see these links: ScrollView examples summary Creating a table view based on ScrollView Upvote 0
There is no need to refresh the ScrollView after you add views. I recommend you to see these links: ScrollView examples summary Creating a table view based on ScrollView
klaus Expert Licensed User Longtime User May 30, 2012 #3 How do you add the Labels to the ScrollView ? You should post your code or your project as a zip file. Best regards. Upvote 0
How do you add the Labels to the ScrollView ? You should post your code or your project as a zip file. Best regards.