See attached screenshot, is it possible to reduce line spacing ?
I'm using font size 30
How do you pass thise items to the list view? Pls show your blocks

Upload the txt file here so we can check it for line feed characters.
I thought maybe there were \n characters embedded in your text.
I was wrong.
By the way, if you ever get tired of adding items separated by commas and would like to switch to a one item per line file, the AI2 text block Split at '\n can be used to turn that format into a list.
I can't figure out how you got your list of words to wrap into two columns.
I have not seen that behavior in ListViews before.
How did you do that?
I split the list into 2 lists when the number of elements exceeds 18.
Good idea using text spit at \n, I will use it.
No extension for reducing line spacing ?
You might want to try
Taifun
PS: don't hesitate to search the community yourself
Thanks Taifun, but I can not find anything for reducing
Could be you need to either:
- go back to Tableviewer and use css to create smaller table cells (no padding, and reduce height)
- use CompCreator to generate your listing, using blocks properties to achieve reduced height
- use a recyclerlist extension and modify row heights
You might also find something useful here, with @Patryk_F 's LabelPlus extension
Why not just take advantage of scrolling, via a List Picker?


