I\'m just getting started with silverlight. Basically I have a silverlight user control that has various dataGrids and a combobox, their item sources set 开发者_StackOverflowto the properties of a cus
I am learning WPF and am trying to create my first UserControl. My UserControl consists of StackPanel StackPanel contains a Label and TextBox
I have an int dependency property on my custom Textbox, which holds a backing value. It is bound to an int? property on the DataContext.
I\'ve got a Windows Forms control that I\'m wrapping with a WindowsFormsHost-derived class to access WPF\'s data binding functionality. The Forms control exposes properties that indicate its state, al
I am working with the classes in the System.Windows.Documents namespace, trying to write some generic code that will conditionally set the value of certain dependency properties, depending on whether
I was trying to use tis depencency property in my code but it gives me error says that Default value type does not match type of property \'MyProperty\'.
I\'m not quite sure if I\'ve got the right grasp on this or not, what I\'ve read seems to agree with what I\'m trying to do, however It doesn\'t seem to be working.
My goal is to have a user select a year and a month. Translate the selection into a date and have the user control send the date back to my view model. That part works for me....However, I cannot get
I\'m creating a WPF app using the MVVM design pattern, and I\'m trying to extend the TabItem control so that it closes the tab when the user clicks the middle mouse button. I\'m trying to achieve this
We have a user control with a custom开发者_StackOverflow dependency property (DP). The DP is bound to an ObservableCollection.