|
-
Mar 16th, 2008, 12:30 PM
#1
Thread Starter
Addicted Member
[RESOLVED] [2008] ListView and columns
Hi,
If there is possibility in ListView that the user he will not be able to change the width of the columns?
-
Mar 16th, 2008, 12:53 PM
#2
Re: [2008] ListView and columns
I believe you'll need to do this by deriving your own control from the ListView control. I imagine you'd have to handle a mouse related event such as drag or mouse move, and prevent it from resizing the columns by giving it a specific width.
-
Mar 16th, 2008, 01:02 PM
#3
Re: [2008] ListView and columns
Or use a DataGridView instead.
-
Mar 17th, 2008, 05:06 AM
#4
Thread Starter
Addicted Member
Re: [2008] ListView and columns
-
Mar 17th, 2008, 06:57 AM
#5
Re: [RESOLVED] [2008] ListView and columns
I like how the second poster linked to vbforums.
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
|