VB6 ListView Question

SIMIN

Regular
Joined
Mar 10, 2008
Messages
92
Hi,
I have 2 questions about ListView in vb6?

1. Is there a way to design the columns of ListView at design-time rather than run-time? However, I am adding columns in code this way:

ListView1.ColumnHeaders.Add , , "Item 1", 600

2. How can I lock the header of ListView from being resized? I mean I don't want columns to be resized?

Thank you :)
 
Back
Top