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
40
GridViewPanelFlat.MeasureOverride(Size availableSize) shown as Expensive call in profiler
posted

Hi,

I am suing following env & control in my application: 

InfragisticsWPF3*.v11.1,.NET framework 3.5, WPF , C#, XP

Control : xamdatagrid

as shown in attached screenshot, GridViewPanelFlat.MeasureOverride(Size availableSize) shown as expensive call and in HOT category.

would like to know - 

- Why this call is costly, what is call stack for this method

- Is there any alternate way or workaround to avoid calling this method?

I follow optimization guidelines provided on following link.

http://es.infragistics.com/community/blogs/kiril_matev/archive/2010/10/26/optimizing-xamdatagrid-performance.aspx

Parents Reply Children
No Data