I have a list of textual descriptions, each of which a user must score on a scale of 1-5.The number of textual descriptions is variable, so I can\'t just define a static Grid in XAML.
How to raise mouse button events from code behind when we have onl开发者_如何学运维y mouse position?
I have a Silverlight Application (3.0) that I have made changes to in Visual Studio and I can debug th开发者_运维知识库e application just fine.My question is what are the steps in getting the applicat
Imagine I had a list of names, each paired with a value (\"C\" for CheckBox or \"R\" for RadioButton).
I am putting a silverlight 3 video to practice in silverlight 4 as my pc doesnt have SL 3. This however doesnt seem to work the same way for Silverlight4.
I need something like ListBox scrolling in iPhone OS (iOS). How can 开发者_开发技巧you implement flick/smooth/kinetic scrolling in Silverlight?Take a look at this post from Sacha Barber\'s website:
I have a combo开发者_开发技巧box bound to a collection, so the user can select one of the items.So far, so good.
How can I have my merged res开发者_开发技巧ource dictionary live outside of the xap file in plain text so my clients can edit itTry the following links:
I am not able to apply style at runtime on child window.I have created two styles one with chrome and one without chrome. What i wanted to do is on mediaplayer fullscreen mode disable the dragging of
How can 开发者_运维问答i get element under mouse. I try to get this under mouse move event. Tnx.Use the VisualTreeHelper.FindElementsInHostCoordinates method.