Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, January 30, 2014 7:26 AM
How To Set the Column Width of Columns in a ListView Control in VB.NET .I got VB6 code for this question from http://support.microsoft.com/kb/147666/en-us. But I need to convert this code to vb.net.Please provide the solution.
All replies (1)
Thursday, January 30, 2014 7:30 AM âś…Answered
ListView1.Columns(0).Width = 100
ListView1.Columns(1).Width = 200