Listview columns

durilai

Member
Joined
Oct 17, 2005
Messages
16
Programming Experience
1-3
Is there a way to lock the width of a column in a listview?
 
Thanks for the link, but the example is in C#. I have no experience with C#, so if you know of a vb.net I would appreciate it. The main thing I am trying to accomplish is that I have have a id field that I set the width to 0 in order to hide it and I would like them to not have the chance to slide it into view.
 
I know exactly what you want (i'm doing the same all the time) :D
Look, C# is pretty same with VB.NET and i hoped you'll find sense there. However, paste the code here: http://www.kamalpatel.net/ConvertCSharp2VB.aspx this will convert the C# code in VB.NET and maybe you would have to make some minor changes in VS.NET. Good Luck :)

Regards ;)
 
First off thanks for the time and help. I am still new to the .net enviroment and I have no c background at all. I did try the conversion tool, but it would only error on me. If you have anything else I would appreciate it.

Thanks
 
Back
Top