Android Question Need and idea to build table with merged rows

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

I need to build a table like the attachment. Table has merged rows on Column C, and number of rows to be merged bases on data on column B.

I look at B4XTable & UltimateListView, but no idea if this two library can do this.

Are there any library or class that able to do this ? if not, any idea how to build this one?



Thanks.
 

Attachments

  • Table.jpg
    Table.jpg
    21.9 KB · Views: 138

incendio

Well-Known Member
Licensed User
Longtime User
Technically it is possible to create this layout with xCustomListView. You can set the divider size to 0 and then build the cells layouts yourself. It will require some work.
Care to describe more?
How to dynamically resize the height of merged rows?
 
Upvote 0
Top