Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Event when Column is Pinned (FixedField)
posted

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.

  • 69686
    Verified Answer
    posted

    Hello,

    I believe the XamDataGrid's FieldPositionChanged/ing events provide informarmation on this through the e.ChangeReason property of the event args.