SIMIN Posted December 9, 2008 Posted December 9, 2008 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 :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.