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
250
Possible bug: CellControlAttached is not always fired
posted

Hi,

In my grid all my rows are Bold.  When the row is selected for 4 seconds I set the style to normal.
(It's like in an email-client, the read/unread expierience)

In the CellControlAttached event I evaluate the protery Read, and set the style accordingly.

This works fine, most of the time, but sometimes the event is not fired, although the property is changed and implements the INotifyPropertyChanged.

With a lot of testing I am pretty sure that it fails when the grid is loaded and the horizontal scrollbar is visible. If the grid is wide enough, no horizontal scrollbar is needed, it works fine....

Can you please look into this, I need this code to go into production the next days.

Thank you,
Bart