I have in the ViewModel an ObservableCollection<INode> where INode is an interf开发者_如何学Goace.
I\'m trying to implement a simple game - I\'ve written a dial control but having trouble writing a on-screen thumbstick in Silverlight for Windows Phone - this would be a large circle - say 15开发者_如
I am having a problem with my code below.When the user selects a RadioButton (such as reload) and clicks the submit button, I want an ammo counter in the screen to increase by 1.On a RadioButton selec
I have a StackPanel and for some reason I can\'t get the content of the ScrollViewer on the very bottom to be scrollable, despite the fact that the internal height of the Frame clearly exceeds the bou
I\'m trying to set the size of the a HubTile control from the Silverlight toolkit, but it always use the default size of 173.
I\'m currently learning after a book about how to convert xaml code into objects during runtime. I have the following code:
I have a wpf window with two usercontrols inside of which the second is only shown when needed. I only set the MinWidth of the windo开发者_运维问答w in XAML, the MinHeight is provided through databind
i have created a shape which lies in canvas Element: <Canvas HorizontalAlignment=\"Left\" Width=\"47\" Height=\"71\">
I would like to have something like a resizable Expander. My basic idea was something like this: <Grid HorizontalAlignment=\"Left\">
I have a WPF user control that makes use of a ComboBox to contain a DatePicker.Unfortunately, when I put the DatePicker into the ComboBox, I seem to lose the ability to enter the date through the keyb