B4J Question B4J Multiple columns in ListView on form

AKJammer

Active Member
Licensed User
New to B4J and trying to determine if it will do what I need for a project. Initially I'm just trying to return 5 rows with 6 columns each from a sqlite database and display them in multiple columns in a selecteable listview on a form. I've found several examples of getting the individual items and adding them to a single column in a listview, but haven't seen anything where you can have multiple, fixed sized, columns. Will listview do this? I saw there was another library for called customlistview and have gone over the video tutorial. Is this the direction I should be going?
Thanks,
Jim
 
Last edited:
Top