I want to enable/disable a ComboBox based on if there is an item selected in another ComboBox. I was able to get it working by setting a trigger on the Style, but that overrides my custom global style
I have a WPF window with a Grid and a TreeView. The datacontext for the Grid is bound to the selected item on the treeview. However, because not all treeviewitems are applicable, I want to disable the
I\'m thinking out different ways to have a WPF ComboBox show blank as if nothing is selected when IsEnabled is set to false. Like always I\'m trying to do this without having to redefine the whole con
I would like to have the image to have an opacity of .50 when the IsEnabled is false. I have been looking at multiple examples but still I am not able to grasp how to make it work.
I have a select \'All\' checkbox that I would like to be bound to the (IsChecked || !IsEnabled) of other checkboxes.
I need to pass in the controls name to a method in a security object that returns a boolean value for the IsEnabled property and another method that returns its Visibility(Collapsed, Hidden, or Visibl
With WPF how can I bind the IsEnabled property of a Button to the selected row\'s DataGridCheckBoxColumn value of my grid?
I\'ve got a simple text block with a label and text box as content. I would like to bind the IsEnabled property of the text block to a property on my view model.For whatever reason the label and text
Any idea where I\'m going wrong with this code.I want the TextBox to be Enabled when the associated RadioButton for it is selected, and then when a different radio button is selected I want it to be E
I think I have found an issue with the DatePicker in the toolkit, perhaps some of you gurus can check it out.