Dear Friends
Do you know How can I freeze a column in a listview???
Thank you a lot.
Angela
Printable View
Dear Friends
Do you know How can I freeze a column in a listview???
Thank you a lot.
Angela
You can kind of freeze the listitem (the thing under the columnheader) by setting .Ghosted = True
This is the same as setting Form1.Enabled = False
As close as I can get.