Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listview - Locking Columnheader

Status
Not open for further replies.

shadow02

Programmer
Apr 12, 2004
14
Hi yall,

Was wondering if you can lock a column similar to that in Excel, where by when they scroll horizontally the locked column, (in this case will be column 1) will remain whilst the others hide to the left etc etc.

I am working on the presumption that it cannot be done.

Thanks
Shadow
 
Isn't this what the column headers are for? Granted, it is only one row but it can be done. If you need more than one row then I would suggest you use the flex grid.
 
How then? I have tried,
listview.columnheaders(1).locked = true

No go there,
Suggestions?
Shadow
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top