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
20
XamPropertyGrid RecyclingManager
posted

Hello,

We are facing a problem when using XamPropertyGrid with templated editors. If we have a property with many similar fields e.g. string  property using XamComboBox for selection, when scrolling down and up again fast, the recycled controls stay with the values they received on the other end (see screenshots). Could it be that there's some problem within the PropertyGridRecyclingManager?

Could someone please have a look at it, I have attached an example to reproduce the behavior.

Infragistics version is 23.2.20232.94

XamPropertyGridBug.zip

Parents
No Data
Reply
  • 34790
    Offline posted

    Hello Andreas,

    I have been investigating into the behavior you are seeing, and I was able to reproduce it. Interestingly though, this only appears to happen if the ContentPresenter is used with the ContentTemplate rather than directly placing the XamComboEditor within the EditTemplate.

    Is there a reason you are placing the ContentPresenter within the EditTemplate rather than just placing the XamComboEditor there?

Children