Does anyone know if the same functionality for displaying views depending on object/viewmodel is applicable to Silverlight 3?
I have 2 fields that I\'d like to format into a TextBlock, example: \"{0} of {1} hours used\". Currently have:
So here is the situation. I am using ADP.NET Data Services 1.5 CTP2 with Silverlight 3. My EF data model is (in short) like this:
I want to be able to pick a specific cell in a Silverlight 3.0 DataGrid and put it into edit mode.I can use the VisualTreeManager to locate the cell.How do I switch to edit mode?
I\'m having trouble with my Silverlight Char开发者_如何转开发t. My model is unsorted, that is, the sorting is done on the server side. It needs to support year transitions, but as you can see from the
I am trying to create the simplest Silverlight templated control, and I can\'t seem to get TemplateBinding to work on the Angle property of a RotateTransform.
I\'m creating a silverlight user control that I should be able to drag and drop via blend. But this control needs to accept a map that is already on the page.
I have some large images (in MB\'s) that I would like to view as thumbnails quickly (in KB\'s). I would like to avoid storing 2 images on the server (one for the large image and one for the thumbnail)
I\'ve just stumbled across this folder structure on my machine which contains lots of .NET assemblies similar to what you might find in the system GAC. This puzzled my as I\'ve never seen this folder
I have Silverlight Accordion control in the ChildWindow and I customized it the following way <Style x:Key=itemStyle TargetType=AccordionItem>