|
-
Jan 17th, 2003, 05:43 AM
#1
Thread Starter
Hyperactive Member
listview problem
dear all,
i have a few columheaders in my listview. How can i make sure that all those columheaders fit nicely into the given space at all times? please help. thanks
-
Jan 17th, 2003, 07:16 AM
#2
Member
You can specify the Width of each column header in the ListView Properties. This way the space of each column never changes.
-
Jan 17th, 2003, 07:59 AM
#3
Thread Starter
Hyperactive Member
the problem is i want it to change whenever the application is being maximised or minimised...
-
Jan 17th, 2003, 08:33 AM
#4
Member
You can use this propertie to chage the Width value at any time
listview.ColumnHeaders.Item(index).Width = xxx
Example:
listview.ColumnHeaders.Item(1).Width = 500
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
|