<div dir="ltr"><div>Hello Everyone,</div><div><br></div><div>I am running Linux Debian and putting together a utility that displays my system information.<br></div><div>I am trying to display data from a disk file in a TListView box and this part works. <br></div><div><br></div><div>The data I am trying to display is the output from the lsblk command, I redirect the shell output to a disk file as shown below.</div><div><br></div><div>lsblk > lsblk.txt ( in my case lsblk.ajh )<br></div><div><br></div><div>My problem is when the data from this file is displayed in the TListView there is a space/padding/margin between each displayed item which under normal circumstances would have been fine.</div><div><br></div><div>But in this case, the output of the lsblk command has a tree on the very left and this is not contiguous which breaks the tree lines so IĀ  would like the displayed line/item to be <span><span>sharing a common border so thereby touching and making the tree lines smooth and contiguous.</span></span></div><div><span><span><br></span></span></div><div><span><span>As it is for my needs it is fine but if someday I decide to share the code then this has to be resolved. I realize a TListView may not be the correct or best component for this but I thought if there is a way to do this in a TListView why not?<br></span></span></div><div><span><span><br></span></span></div><div>The displayed item height I am unable to change the through the object inspector or through code. <br></div><div><br></div><div>Here is a <a href="https://pasteboard.co/K7wTjTNR08bf.png">screenshot</a> which should be self-explanatory once you view the screenshot. The bottom left is a shell/terminal and the output is rendered the way I expected. The form on the top right you will notice has the tree lines separated by a space/padding/margin. Please look at the 'tree' lines then you will understand what my problem is.<br></div><div><br>After asking for help on the Lazarus forumĀ  I twiddled with the font size and then it displayed the tree lines perfectly but I would like to know if there is a way to do this using a TListView without having to be stuck with a Monospace font and a specific font size? The forum question history is <a href="https://forum.lazarus.freepascal.org/index.php/topic,61352.msg461356.html#msg461356">here.</a></div><div><br></div><div>Thank you for reading all this and I look forward to any advice + guidance.</div><div><br></div><div>Aruna <br></div><div><br></div><div><br></div><div><br></div></div>