On my MVVM silverlight application I have a dataDrid (in the View) and the dataGrid ItemsSource is binding to a Domain Service Classes Sql stored procedure \'results\' in the XAML file.The stored proc
How do you get an Idle Message in a UserControl class in C# / Silverlight? Back when I was programming in C++ and MFC there was an idle messag开发者_开发问答e for user intervace classes that one coul
<ProgressBar Value=\"{Bi开发者_如何学Pythonnding Player1PointsLife}\" Minimum=\"0\" Maximum=\"8000\"/>
I have a visifire customization question. How do I force the direction of X Axis labels? How do I make the x axis labels on the graph on the right look more like the ones on the left?
I need to build a widget which would show (and monitor) CPU usage by a Silverlight instance (the control will be part of the silverlight application and would track the running instance). I could not
I wish fadeIn() fadeOut() in Silverlight was as easy as jquery made it! I have a grid with 2 controls in it..one chart and another a textblock.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I need to draw a line 开发者_开发百科with two adjacent color. The only solution i found is based on two lines, with a TranslateTransform on the second.
I have to open and read an xml file in my Silverlight application. I can\'t put this file in resources (my teacher\'s will). I tried to use this code:
I want to do with xaml bindings such feature: Listbox contains hyperlinks. When hyperlink clicked - we go to another frame