El ucListView lo usa, pero tiene sus temitas viste

Igual el truco es usar
LVM_SETICONSPACINGPrivate Const LVM_SETICONSPACING As Long = (LVM_FIRST + 53)
Public Function MakeDWord(ByVal LoWord As Integer, ByVal HiWord As Integer) As Long
MakeDWord = (CLng(HiWord) * &H10000) Or (LoWord And &HFFFF&)
End Function
Usalo con SendMessage y MakeDword