Listview, how do I reduce the line spacing without reducing the font size?

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