I have an app built with the Silverlight Navigation Application Template. 开发者_开发技巧I have a main form (e.g. MainPage.xaml) and a bunch of Silverlight Pages, which are swapped in and out of the
I have Silverlight 3 application with two datepickers for Start D开发者_运维百科ate and End Date.
I have a window with some contents. I\'d like to click a button and another control (a grid/bord开发者_JAVA技巧er) slides up. But i\'d like the contents of the window that is under this slided up cont
How do i detect when scrolling is unavailable to the scrollviewer control and make it invisible开发者_运维技巧. And the scrollbar only visible when there is a chance to scoll up or down.
I have all of the data in the code below defined in XAML: <dds:DomainDataSource x:Name=\"ddsContAttachment\" QueryName=\"GetMContAttachment\" AutoLoad=\"True\" LoadSize=\"20\">
I have a Prism/SL3 application with a tab control and each page of the tab control is a \"Region\" that has its own view and viewModel. when I want to validate the main page, I call dataForm.ValidateI
How do I go about hosting a silverlight 3.0 application inside of a wpf application in which I can开发者_开发知识库 pass data between the two? It needs to run without internet connectivity.I have a pr
I am writing an app in Silverlight 3 using the Application Navigation template.So each page has a Loaded event, however I don\'t see a Closing event or an Unloaded event.
I am trying to use the .NET Reactive Framework to simplify some asynchronous calls to a WCF service used by a Silverlight 3 app that I\'m writing.
I am writing refactoring a Silverlight program to consumes a portion of its existing business logic from a WCF service. In doing so, I\'ve run into the restriction in Silverlight 3 that only allow开发