vecino Well-Known Member Licensed User Longtime User Dec 6, 2013 #1 Hi, I'm trying to add views to a "horizontalscrollview" in this way: But nothing appears on the screen, is it possible? Can you add any type of view in the "horizontalscrollview"? Thanks and regards
Hi, I'm trying to add views to a "horizontalscrollview" in this way: But nothing appears on the screen, is it possible? Can you add any type of view in the "horizontalscrollview"? Thanks and regards
klaus Expert Licensed User Longtime User Dec 6, 2013 #2 How did you do it ? You can add any view on a HorizontalScrollview. You need to set the HorizontalScrollview.Panel.Width to the correct value to make sure that you see everything. Upvote 0
How did you do it ? You can add any view on a HorizontalScrollview. You need to set the HorizontalScrollview.Panel.Width to the correct value to make sure that you see everything.
vecino Well-Known Member Licensed User Longtime User Dec 6, 2013 #3 Hi, I found the problem, I was hidden behind another panel, I just had to make a "BringToFront". Thank you very much for your interest. Regards Upvote 0
Hi, I found the problem, I was hidden behind another panel, I just had to make a "BringToFront". Thank you very much for your interest. Regards