Advanced Forum Search Results
-
Hi, I need to animate individual cells of the DataGrid when the source data changes, i.e. Bid/Offer prices for a stock trading application. In WPF I believe I can add a EventTrigger to the Triggers collection and have it handle the Binding.SourceUpdated event. How can I animate cells of the DataGrid?
-
When my application is in full screen mode the keyboard is disabled. We want to create a app that can run in the browser or go full screen for a better user experience but we can do this if the keyboard is disabled! I see from your documentation that keyboard input is disabled for security reasons, but it makes silverlight useless for ...
-
Is there any way to define styles (or templates) separately from the application? The company I work for provides a internet platform for other companies, but each company needs to to skinned differently. We would prefer not to embed the style information into the Silverlight assembly, and would prefer to define a separate ...