Android Question How can i add scroll view to Listview

Makumbi

Well-Known Member
Licensed User
Please help how can i add a scroll down view to this code because some items are not seen when i load them on my phone
 

Attachments

  • Backup Simple_example_B4ADrawer 2019-06-26 11.36.zip
    55.8 KB · Views: 144

DonManfred

Expert
Licensed User
Longtime User
You can NOT add a Scrollview or any other Objects to a LISTVIEW. Listview is a very limited object.

Use a xCustomListView instead and you have the Scrollview included directly with the xCLV.
 
Upvote 0

Makumbi

Well-Known Member
Licensed User
You can NOT add a Scrollview or any other Objects to a LISTVIEW. Listview is a very limited object.

Use a xCustomListView instead and you have the Scrollview included directly with the xCLV.
Please Don can you help me implement the xCustomListView using my very submitted example
 
Upvote 0
Top