How can I find out that my list is full and displayed on a page in WP7

How to find out when the Listbox is full and displayed to the user in WP7. This is due to the fact that it takes 1 to 2 seconds to display the text in the form of a list depending on the data, until I need to display a progress indicator for the user instead of a blank screen.

+3
source share
2 answers

Not sure if this is what you want, but you can always track the LayoutUpdated event : it changes every time the visible contents of the ListBox changes

+2
source

, , (Action<T>), , . , , , - , , , .

+1

All Articles