I currently have a Silverlight 4 solution that displays 3 different pre-recorded angles of the same event.I’m using 3 different SmoothStreamingMediaElement components to display the various angles.I’
So, I am fairly new to Silverlight development and I am trying to figure out and use the Caliburn.Micro framework.I understand that CM is using convention to match properties in the view model with el
I have a custom Silverlight (4) control, not unlike a datagrid. This control has a property called ColumnConfiguration. When using this control in a Navigation application, the ColumnConfiguration has
I\'ve create a custom control with Blend 4 to customize a Slide object. Here a snipet of code generated by Blend:
I have a Canvas onto which I draw a Path: <Path Data=\"M 380 110 v -10 l 100 -100\" Stroke=\"#C0C0C2\" StrokeThickness=\"1\" UseLayoutRounding=\"True\" />
I was wondering if there is a better way of coding the following scenario. I have a Customer entity, and each Customer entity has many Orders. Each Order entity has at least 1 or many LineItem entitie
My apologies as this is simplistic enough I know the question\'s been answered but in 30 or so pages, I\'ve yet to find the boiled down problem I\'m trying to solve.
I\'m using a ListBox to display all values contained in Dictionary<> object: <ListBox Height=\"519\" x:Name=\"ContactsListBox\" Width=\"460\" Margin=\"0,0,0,0\" SelectionChanged=\"ContactsListB
I create a Python webservice on Linux machine (ubuntu): import soaplib import os from soaplib.core.service import rpc, DefinitionBase, soap
In my datagrid I have in the rowdetailsTemplate a stackpanel that has in it anther datagrid. when I open a row that has in it a datagrid with about 20 rows and I try scrolling with the scrollbar (of t