Quantcast
Channel: Silverlight Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 801

Created Issue: ContextMenu slows down application [11595]

$
0
0
My application slows down proportional to the number of ContextMenus instantiated. The slowdown is not noticable before the number of ContextMenus becomes very large.

The issue is very easy to reproduce. Just generate a List like this:

```
int n = 3000;
List list = new List();
for (int i = 0; i < n; i++)
list.add(new ContextMenu());
```

At 3000 ContextMenus the slowdown is very significant.

Viewing all articles
Browse latest Browse all 801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>