Hello,
I have a lot of problems with a layout. I simply have a scrollview in a layout. Now I have a layout that is higher than the screen. I load this layout into the panel of the scrollview. But I cannot scroll it.
What do I have to do to make it scroll?
Edit: this bloody thing does not work at all. If I pull the scrollview it does not scroll but slides up and down and shows a second ghost layout in the background with the same content. What is going on with this?
I have a lot of problems with a layout. I simply have a scrollview in a layout. Now I have a layout that is higher than the screen. I load this layout into the panel of the scrollview. But I cannot scroll it.
Code:
settings_scrollview.Panel.LoadLayout("lay_settings_panel")
settings_scrollview.ContentHeight = lastview.top + lastview.height
settings_scrollview.Panel.Height = lastview.top + lastview.height
settings_scrollview.ContentWidth = settings_scrollview.Width
What do I have to do to make it scroll?
Edit: this bloody thing does not work at all. If I pull the scrollview it does not scroll but slides up and down and shows a second ghost layout in the background with the same content. What is going on with this?
Last edited: