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
80
Showing/Hiding some rows in the XamGrid
posted

Hi,

The objects bound to each row in the XamGrid has a bool property which specifies whether or not the row should be visible. How do I bind this to the visibility of the row?

Also, this bool property would change dynamically (the object implements INotifyPropertyChanged) and I would want the row's visibility to be updated accordingly, dynamically.

Can you suggest how this can be implemented?

Are there any issues will hiding rows in general like this? Would scrolling still be smooth, etc.?

Thanks