Android Question Is it possible to have a scrolling list view within a customlistview?

Colin Evans

Active Member
Licensed User
Longtime User
Hi, is it possible, and if so, how, to have a scrolling list, either a table or webview or list within a customlistview that controls the screen

I have the customlistview that holds all the information but I need to have a selection list, populated from an sqlite database that the user can select from, to populate the information. I have a webview on screen but I can't scroll down, it shows four rows but I know all the information is held in the webview but just can't scroll because it's held in the customlistview

I hope that makes sense? not sure it does, help
 

Colin Evans

Active Member
Licensed User
Longtime User
Hi Erel, tried and tried but getting nowhere, opted for a spinner in the end which is not ideal but does what I need, thanks for the advice
 
Upvote 0
Top