Hey Andrew,
What you posted make sense, pretty simple for me to apply the widths back in during a FieldLayoutInit event.
However, I would like to capture when the user changes the column widths, and update my local list of column widths.
I tried to use the SizeChangedEvent on the LabelPresenter and HeaderPresenter and a few other classes. But all these give me a SizeChanged event no matter how the column got resized.
Is there an event tied specficly to when the user resizes a column?
I want to capture it and go ahead and update my stored column widths.
Any recommendation on how I could do this ?
Thanks
DK