Update released.
tragicshadow, good news. I managed to update the type lib to change theintoCode:Optional ByVal Width As Singleand this fixes your issue of:Code:Optional ByVal Width As Variant
not working before. But now it works as the MS ListView control. When Width argument is missing at all it applies the default width, then as intended.Code:LV1.columnheaders.add Text:="abc", Width:=0
Thanks for pointing this bug out.




Reply With Quote