Is there a way to get some event notification when a Column is Pinned? I couldn't find any documentation on it. I tried to subscribe to the PropertyChanged event on the FieldSettings, but that was does not get fired when a column is pinned.
Any advice? Thanks in advance.
Hello,
I believe the XamDataGrid's FieldPositionChanged/ing events provide informarmation on this through the e.ChangeReason property of the event args.