I am creating a 2D Map Editor in C#, And I've been trying to display objects in a ListView, So it will look like this example (I'm not sure if the control in the example is an ListView. It might be something else):

But I can't seem to get there ! I'm using a ListView with an imageList, the listView.View is Tile and I'm setting the ListViewItem's text.
That's how it looks (I've added one item)

I can't find a method to put the item's text BELOW the image and not next to it, like in the example.
Any thoughts on how I could do this?
