B b4xqar Member Licensed User May 28, 2019 #1 Hi, I try to create scrollview(A), then I load layout, and inside that I create : B. another layout C. panel inside that layout D. then, listview Question : 1. how to make the scrollview (A) & panel that hold listview (B) have dynamic height based on listview (D) height content ? 2. In the project I also try to use imagedownloader but failed, how is the correct way to use it using listview ? Screenshot & project attached Attachments b4aapp.zip 6.3 KB · Views: 308
Hi, I try to create scrollview(A), then I load layout, and inside that I create : B. another layout C. panel inside that layout D. then, listview Question : 1. how to make the scrollview (A) & panel that hold listview (B) have dynamic height based on listview (D) height content ? 2. In the project I also try to use imagedownloader but failed, how is the correct way to use it using listview ? Screenshot & project attached
Erel B4X founder Staff member Licensed User Longtime User May 28, 2019 #2 Use xCustomListView: https://www.b4x.com/android/forum/threads/84501/#content Upvote 0