I\'m designing data-oriented application in Silverlight 3 and I\'m wondering if is it worth using new DataForm control. It looks really awesome on PowerPoint slides but I have no idea how it is in rea
Does anyone have a good and clear article about why silverlight 开发者_开发知识库requires a callback everytime when I make a data access attempt?This is a fairly straightforward and plain explanation
I am building a Silverlight application around the new Navigation framework. Due to the nature of the application, there will be quite a bit of waiting around.
Does anybody knows how to have an open folder dialog in Silverlight? Any third party controls? I know there is a OpenFileDialog but this is not what I\'m looking 开发者_StackOverflow中文版for. I want
I have a simple control with code to add some paths. When I add my control to the control canvas, nothing shows up. To make sure that I wasn\'t crazy, I debugged through the code, and created a XAML e
Silverlight\'s Navigation Application template seems promising, however, I can\'t seem to find any tutorials (particularly video tutorials).Whatever I did find was from the beta and is inconsistent wi
Is there an easy way to create Silverlight 3 applications with F# (October CTP)? I have seen the F# for Silverlight, b开发者_StackOverflow中文版ut that only works with the May CTP.
Silverlight provides ToolTipService.ToolTip for basic applications. However, I want to customize the Template of the ToolTip by 开发者_开发知识库doing something like this:
I am working with Silverlight 3. I have a grid with 2 columns and with a GridSplitter between them. How do I make the Grid开发者_开发技巧Splitter snap to 5px increment when dragged?
I am trying to use an ItemsControl to display a DataTemplate. I have this simple example: <navigation:Page.Resources>