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
210
Excessive loading time when using Microsoft.Xaml.Behaviors
posted

Hi A whole back I received some graet helpl on this forum which involved using Microsoft.Xaml.behaviors DLL with xamDataGrid to allow me to use Enter, up, down, left and right arrows keys when entering into a grid.  This included moving down to the cell immediately below the current cell when a value is entered and the ENTER key is pressed.  (Why is this not default behaviour anyway?)

This works fine, except the solution takes around 10 seconds out of 20 to 30 seconds at startup to load  Microsoft.Xaml.behaviors

I have checked with Microsoft and written small test applciation which do not use IG controls, and Microsoft.Xaml.behaviors loads instantly.

Is there any way I can improve the startup time when loading the application.

It is installed in memory with native compile but that didn't make any difference.  I can see how long it takes to lead each control in the output window in VS, and this one takes by far the longest 

Any help or pointers would be greatly appreciated, including alternative solutions which don;t use the monster that Microsoft.Xaml.behaviors seems to be when used in an IG application

Parents Reply Children
No Data