silverlight
Windows Phone 7.1: How to add & delete items from LongListSelector control?
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[详细]
2023-04-12 07:39 分类:问答how to implement delayed MouseEnter event with Silverlight and Reactive extensions?
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[详细]
2023-04-12 06:55 分类:问答Assigning DependencyProperty runs slow
There is Button button1 and TextBox textBox1. Here\'s button1\'s ClickEvent hadler: priv开发者_如何学Pythonate void button1_Click(object sender, RoutedEventArgs e)[详细]
2023-04-12 06:37 分类:问答Text templates for string generation at run-time (like Razor or T4)
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.[详细]
2023-04-12 06:33 分类:问答Listpicker error SelectedItem must always be set to a valid value
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[详细]
2023-04-12 06:28 分类:问答moonlight vs. silverlight :: datagrid incompatibility?
I\'m trying to develop an application in moonlight. Now I\'m trying to use a DataGrid to show some data.[详细]
2023-04-12 06:13 分类:问答Silverlight TextBox events to validate text input
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[详细]
2023-04-12 06:09 分类:问答SolidColorBrush with Opacity on a Black background
I am doing the following to fill a rectangle with a certain o开发者_如何学编程pacity. SolidColorBrush fillColor = new SolidColorBrush(myColor);[详细]
2023-04-12 04:42 分类:问答How to block input while WCF Asynchronous call runs?
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[详细]
2023-04-12 04:32 分类:问答How to do that content of button show in the left in wp7?
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[详细]
2023-04-12 04:18 分类:问答