|
-
Dec 11th, 2009, 07:53 PM
#3
Re: Change listview column width at runtime
The VB6 Listview (at least) doesn't have a Width property for Subitems. You can do this however.
listview1.ColumnHeaders(13).Width = 100
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|