Hello
I was trying a project containing a simple shape file, in both WPF and Desktop edition, but i am surprized that the performance of the Desktop edition is much better than that of the WPF, because the shape file is very lite, and i suppose that the wpf is build on multithreaded core, because the map rendering is being displayed as a separated frames.
Can this problem be solved on the wpf edition? because my project is all on wpf, and i tried to use the desktop edition in a winformshost but there is another problem which is that the winformshost is displaying the map on the top always and no windowless controls can be displayed above it.
And is the multithreading option is by default on on the wpf edition? but i am not sure that this is the problem, the problem is in the rendering of the map ( separated frames)
Another problem is occuring, which is when i am setting the flowdirection of the wpf window to "RightToLeft", the map is rendering incorrectly (like an inordered frames) !!!
Thanks