I have a TListBox called LogBox in a test project and write strings with LogBox.Items.Add(stringvar) to LogBox. But the lines don't follow each other without space. There is space with approximately a half line hight between them. In Delphi, the lines in TListBox follow each other without this space. Is this a Lazarus bug or did I miss something? -- Joe