I am using a common control listview and i am saving the column order and sizes to the regisrty, currently i have a call to a sub with in the dispose event. It appears that the listview has already disposed itself and contains no information. Is their another event that i could call this on where the informaton hasn't already been disposed of
Private Sub ctlListview_Disposed(ByVal sender As Object, ByVal e As System.EventArgs) Handles lvControl.Disposed
WriteFormAttributes()
End Sub
Private Sub ctlListview_Disposed(ByVal sender As Object, ByVal e As System.EventArgs) Handles lvControl.Disposed
WriteFormAttributes()
End Sub