views:

9

answers:

0

I have XmlDataProvider pointed to external content file as a staticresource. And then I have Combobox whose ItemsSource is bound a node from the xml.

The first time I unroll combobox there is lag. Second time there is no lag.

I'm thinking this is due to fact that contents are lazy loaded from disk.

How do I reduce this lag?