I would like to have a combobox in WPF whose items are of type string (like the default). The only difference is that I want to display an image (error) if the string is x:null. Anyone an idea how I c
Can I disable an item in a dropdownlist in c#? For example, I have 2 dropdownlist combobox. Both of them consist of months (jan, feb, mar, apr, etc....) and both开发者_高级运维 of them will function
I\'m creating a Windows Form application using C#. The form contains a ListView. It\'s an application for a Red Cross Dispatcher.
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 developed a web app and it contains a portion where i populate combobox using an xml file. Now I am required to develop WPF app that does the same thing using the same xml file.
How do I make a combobox stay open after an item is selected in C#? I want to do this because it is actually a comboBox with a checklist so I can select 开发者_StackOverflow社区several items.Use List
This is my first foray in MVVM and I\'ve now encountered the following issue: I\'ve got my ViewModel: public List<WorkCellGroupInfo> WorkCellGroupInfoCollection
I think i knew how to do this once upon a time but I can\'t figure it out right now. I\'m trying to assign a list item in a combo box that has an associated value. Reason being is because i am populat
I got probably a small problem but can\'t find workaround... I have a combobox on a winform, and this combobox has binding to a column in a datatable.
I am trying to link the checkbox and listview together, and then use the binding method to set the path to the object in order to set the check-box IsChecked status in the listbox.