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
No way. Spinner can only hold textitems.
It you want to appear it like on your picture you CAN NOT use a spinner as a spinner does not support adding an image.
One solution is using a listbox instead (like Klaus described)