silverlight
How to receive value from an asynchronous method located in a seperate class?
I was working on an application that makes quite a few requests using the HttpWebRequest class to bring back data from the web. Now my app makes nearly identical calls in multiple parts of my applicat[详细]
2023-04-13 00:40 分类:问答Deliver desktop-dependent application with Silverlight
Task: I have a Windows executable, for example, convertvideo.exe. It is a command line tool for specific video conversion.[详细]
2023-04-13 00:27 分类:问答How to Begin a StoryBoard from ViewModel?
I am utilizing Telerik controls in my example. <telerik:RadPanelBarItem Collapsed=\"RadPanelBarItem_Collapsed\"[详细]
2023-04-13 00:14 分类:问答How can I change the default image location for a Silverlight project in Visual Studio
Re: Visual Studio 2010 Silverlight 4.0 project. When setting the source for an image element using the builder from the property sheet, it Visual Studio has a handy option t开发者_运维知识库o add an[详细]
2023-04-13 00:00 分类:问答How to Serializer IEnumerable Object in silverlight
ICloneable is not available in Silverlight 4(I don\'t know about 1/2/3 or upcoming version) . It is removed from Silverlight 4\'s public APIs.[详细]
2023-04-12 23:06 分类:问答How can I use a Custom Property within a Custom Template?
Let\'s say a want to create a custom button that has a small ellipse on the left hand side. I want the color of this ellipse to be data bindable.[详细]
2023-04-12 21:19 分类:问答How to auto adjust width of a wpf textbox?
I\'d like my textbox to have a width that will fit exactly the size of the text within it. So if there\'s just one character within it it\'ll be a small width.[详细]
2023-04-12 20:41 分类:问答Using UI-related types in ViewModel and TabControl in silverlight
In my Silverlight app I have a view containing a tab control and a view model of this view. When the selected tab is changed, I need to refresh its data. In order to do that in the view model I\'m usi[详细]
2023-04-12 19:22 分类:问答Silverlight: How to Create a VisualState for a Templated / Custom Control
I\'m trying to create a templated/custom control in Silverlight. The base control can be a System.Windows.Controls.Button.The button has the following visual states:[详细]
2023-04-12 18:46 分类:问答My class not shown in xaml so that can be added as resource in SilverLight
I have created a class so that I can bind it to a combo box. I have a solution where there are two projects test and test.web. In the test.web I have added a new class so that I can bind it to a combo[详细]
2023-04-12 17:53 分类:问答