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
100
Performance of LayoutItem's PreferredSize getter
posted

Our WPF app has an internal diagnostic mode that when enabled, will capture the stack trace of the UI thread whenever it has detected that the UI thread has been "overly busy" for a period of time. Analysis of a customer who is experiencing intermittent momentary UI lockups shows that the UI thread is often in the call stack below:

.

.

at Infragistics.Windows.DataPresenter.CellLayoutItem.GetSize(LayoutItemSize size

at Infragistics.Windows.DataPresenter.LayoutItem.Infragistics.Controls.Layouts.Primitives.ILayoutItem.get_PreferredSize() 

.

.

Any ideas on the improving the performance of this method? Infragistics v12.1.

Parents Reply Children
No Data