Hi,
If there is possibility in ListView that the user he will not be able to change the width of the columns?
Printable View
Hi,
If there is possibility in ListView that the user he will not be able to change the width of the 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.
Or use a DataGridView instead.
Hi,
If someone want to see the solution:
http://www.vbcity.com/forums/goto.as...497&rid=503666
:lol: I like how the second poster linked to vbforums. :D