ListView1.AddTwoLinesAndBitmap(Text, "", Bitmap)
You may change the height of Label1 the same as the ItemHeight.
ListView1.TwoLinesAndBitmap.Label.Height = ListView1.TwoLinesAndBitmap.ItemHeight
And set the second label to invisible: ListView1.TwoLinesAndBitmap.SecondLabel.Visible = False