How about using the Position Property to move the column to the first position:
VB Code:
Private Sub Command1_Click() ListView1.ColumnHeaders.Item(3).Position = 1 End Sub
|
Results 1 to 17 of 17
Thread: Show selected Column (Listview)Threaded View
|
Click Here to Expand Forum to Full Width |