I'm porting over our custom ListView conrol to use the RadListView, however the standard ListView has the ColumnWidthChanged event and the RadListView doesn't, please could someone tell me the best event to use to detect when a column has been resized.
Many thanks,
Rich.
1 Answer, 1 is accepted
0
Paul
Telerik team
answered on 24 Jun 2013, 02:51 PM
Hello Dev,
Thank you for writing.
Perhaps the best way to detect whether a column has been resized would be to subscribe to the PropertyChanged event for all columns:
foreach (ListViewDetailColumn column in this.radListView1.Columns)