tags:

views:

19

answers:

0

I have a ListView in WPF.I wanted to capture the resized width of the GridViewColumn and save that back to the Settings.

I even tried using DragDelta but that only captures the event when the GridViewColumn started moving. It doesnt capture the event on completion "EventCompleted "

Is there any way I can capture this event ?