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
785
Column-Resize Notification
posted

Hello,

I'd like to know when the user resizes a column on a XamDataGrid. I've tried events LayoutUpdated, and SizeChanged. I also wanted to try ManipulationCompleted, but it is not an available event even though my XamDataGrid documentation lists it. To me, these looked like the relevant events. Nothing else jumps out.

How can I be notified when the user resizes a column?

Thanks,
Dave

 

Parents
  • 138253
    Offline posted

    Hello Dave,

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I created a sample project for you with functionality you want. Basically I handled the LabelPresenter’s SizeChanged event using EventSetter in and write a line in the Output.

    Feel free to write me if you have further questions.

    XDGFieldSizeChanged.zip
Reply Children