I am writing a Silverlight app calling WCF service. Another solution contains following projects for Silverlight:
I\'m trying to get up to speed with PRISM and how it works with Silverlight/WPF.Is it possible to using DelegateCommands to open a new popup (Silverlight Window).If so, how would I go about doing some
Lets say you have this text \"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, si
I have a Silverlight 3 Navigation Appl开发者_如何学JAVAication and I would like to temporarily disable the links to the various Silverlight pages when an item is being edited, requiring the user to ex
Below is a Class that converts a string (coming from a sql server database) to a picture. How can I call a conversion function from a XAML Image control, so that when I open a childform I will see the
I\'m trying to figure out how to change the color of tab headers in TabControl. The whole tab control has another color than white and开发者_如何学Go it\'s why it looks so ugly.
Any ideas How to recreate similar animations to the gorgeous colourf开发者_开发技巧ul swirly thing on THIS SITE?!?!They\'ve either implemented a particle library themselves or are using a third party
I am working on silverlight3 toolkit controls. I have to add listbox control in column header of datagrid.
I have a TextBlock bound to a property on my view model. I have a StoryBoard with fades the text in and out using the Opacity property. I am using this text to give the user feedback after they have p
Lets say I have an AutoCompleteBox with 1000 items. A user first types two characters returning a broad result set (for example, 100 items).