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
55
Best practice for getting the event of ColumnWidth property change of UltraTimelineView
posted

Hi,
I’m using UltraTimeView Control, user can resize the column width.
I want to get the value of ColumnWidthResolved property,
when the column width has been changed.
Actually I’m using PropertyChanged event of UltraTimelineView control.
However, the PropertyChanged event has been called too much, and I don’t need most of them.
I need only specified case when the value of the column width has been changed by any reason
(user operation or by program code).

Please tell me the best practice.