hello
I 'm trying to handle resized column event when the user
resize it to save its new width on setting file
how can i do that I didn't find any event in XamDataGrid that respond to resize event
I think you can achieve this by grabbing the PropertyChanged event of Field Setting. The property name we care would be LabelWidthResolved and CellWidthResolved.
Is there any update to this? Does the lastest version have a field resized event to capture?
Regardless of the above (as we do not yet use it) the mention ofPropertyChanged does not work - the event does not fire.
Alex - you have mentioned using an editor style - this would mean having to handle this for all editor types if the dataset is not fixed in it's content, yes? Seems quite a convoluted solution, just to capture a column resize. Is there no simple way to do this?
Many thanks
Paul Eden