i'm looking for some guidance here.
I have an application, which uses a tabhost. I have then created a number of layouts that I load into the tabs.
On one of the layouts, I have a scrollview
everything seems to work well, I get all of the controls where I expect them and they correctly show the data correctly and respond to interactions.
The only Issue is with the scrollview. I have an expanding list, which I can expand and contract tree elements, however I cannot seem to get the scroll working. I can see my entries going of the screen at the bottom, but am not sure if I should be doing something special to handle this, or to use the scrolling.
anyone got any thoughts ? I've tried to call the Initialise function, but then it all seems to fall apart. I think this is because I am not creating the control dynamically..
thanks for any ideas.
Oni
I have an application, which uses a tabhost. I have then created a number of layouts that I load into the tabs.
On one of the layouts, I have a scrollview
everything seems to work well, I get all of the controls where I expect them and they correctly show the data correctly and respond to interactions.
The only Issue is with the scrollview. I have an expanding list, which I can expand and contract tree elements, however I cannot seem to get the scroll working. I can see my entries going of the screen at the bottom, but am not sure if I should be doing something special to handle this, or to use the scrolling.
anyone got any thoughts ? I've tried to call the Initialise function, but then it all seems to fall apart. I think this is because I am not creating the control dynamically..
thanks for any ideas.
Oni