Hi every brain,
I would like to show a listview but putting a twolines format side by side.
The idea is to look for folders and files.
When files are found in a folder, I wish to show them with a three points prefix like this:
Folder A
... File A1
... File A2
... File A3
Folder B
... File B1
... File B2
the firstline of the listview will contain "..." and the second the name of the file "File Xn".
Is it possible with the current version of B4A (9.50) and which proprieties to use ?
I only want to do this to reduce the code when clicking on a listview line
If some eye comes here, thank for giving me a way.