I am building a simple application with 4-5 views in Silverlight. I came across MVVM Light toolkit and I think it suits my need.
I created a movable UserControl <UserControl x:Class=\"Restaurant.Views.Managerer.TablePanel\" xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"
Hii i am new in silverlight. wh开发者_StackOverflow中文版en i am trying to bind xml datatype from sqlserver to the silverlight application using wcf-ria service then at the load time it throws unmanag
<RichTextBox HorizontalAlignment=\"Left\" Margin=\"21,92,0,0\" Name=\"richTextBox1\" Vertical开发者_StackOverflowAlignment=\"Top\" Height=\"259\" Width=\"357\" >
I have been messing with something that works in the code behind but when I try and bind to a MVVM , nothing displays. First I will show the code behind, then MVVM ( same xaml ). I want to use MVVM an
Working in C# and Silverlight 4, I am using a ListBox bound to a data source. At this time three items are in the data source and thus appear in the ListBox. I need the third item not to appear in the
In silverlight navigation framework how to navigate to a xaml page from mainpage.xaml ? In my scenario i havemenu items and need to go to correspondin开发者_开发百科g menu item\'s xaml page on menu cl
Is there any guidance available on developing Metro styled silverlight applications? How does one go about designing the UI to match the metro look and feel of WP7. Going by the way windows 8\'s UI &a
We have been using the DataContextProxy concept based on (or exactly) as described in Dan Wahlin\'s Blog.Functionally This has worked fine for our purposes.However, aft开发者_运维问答er doing extensiv
I am currently trying to implement the Silverlight RadRichText in a user control with the example shown on this RichTextBox example. Using the DataProvider, the code that they are showing is this (sor