Windows Phone 7.1: How to add/delete items from LongListSelector control? I am using a LongListSelector control from \'Windows Phone Toolkit\'. The control is data bound to a ViewModel inherited from
I\'m trying to implement a delayed MouseEnter event handler in my Silverlight UI. Having done this the \'classic\' way, with DispatcherTimer etc., I\'m now trying to do the same using Reactive extensi
There is Button button1 and TextBox textBox1. Here\'s button1\'s ClickEvent hadler: priv开发者_如何学Pythonate void button1_Click(object sender, RoutedEventArgs e)
Is there any tool on the web that can be used to generate strings from a template, i\'m looking for something similar to Razor.
I have a page in a Windows Phone 7 app where the user can edit or delete an Transaction object. The Transaction object is an Linq-to-Sql class that have a relationship with the Account class and the C
I\'m trying to develop an application in moonlight. Now I\'m trying to use a DataGrid to show some data.
Hello I\'m trying to handle开发者_运维技巧 the user\'s input to the TextBox in Silverlight. I need to catch the text that\'s been entered and if it is not valid dismiss it. I\'ve tried processing KeyD
I am doing the following to fill a rectangle with a certain o开发者_如何学编程pacity. SolidColorBrush fillColor = new SolidColorBrush(myColor);
I\'m working on an application on Windows Phone, and I am using silverlight. I have some bugs where the user can quickly press a button twice, which will effectively do 2 WCF calls since the action is
I have a button with width of p开发者_运维知识库hone width,I want that button content be image in the left corner and text after image, I put image and text into stackpanel, grid and canvas and gives