You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cross thread
About this tag
The cross thread tag on WindowsForum.com covers discussions about cross-thread issues in Silverlight and Windows Phone 7 development. Content includes performance tips for mobile devices, focusing on the roles of the UI thread and compositor thread, and how to avoid cross-thread problems when retemplating controls like the ProgressBar. The tag is relevant for developers working with Silverlight on Windows Phone 7 who need to manage threading to improve app performance and responsiveness.
Performance is always a critical topic in development, especially when it comes to a mobile device. Jeff Wilcox shares several performance tips and dives deep into how he made the ProgressBar perform even better. Jeff retemplated the ProgressBar control via a style and made it very simple to...