I should add what I have found.
Apparently if I could have access to the handle of the listview, I
could change the width using SendMessage which:
SendMessage ListView1.handle, LVM_SETCOLUMNWIDTH, 0, _
LVSCW_AUTOSIZE_USEHEADER
Where
Const LVM_FIRST = &H1000
Const LVM_SETCOLUMNWIDTH = &H101E '(LVM_FIRST + 30)
Const LVSCW_AUTOSIZE = -1
Const LVSCW_AUTOSIZE_USEHEADER = -2
However the NSBasic listview isn't exposing the handle for some reason.
Best regards,
Edgard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"nsb-ce" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/nsb-ce?hl=en
-~----------~----~----~----~------~----~------~--~---