python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Multibindingconverter not changing color in C# WPF app
In my WPF Application I try to change the color of one datagrid cell based on the value of two other cells in that row.
This is an excerpt from my XML:
<DataGridTextColumn Header="Element1&qu...
Barbarian772
Votes: 0
Answers: 1
Binding TextBoxes to a Button (MVVM)
I'm making an application to generate recipes for a specified period (for example a week). As part of this application I have to make a list of ingredients. These ingredients can be specified by the u...

Zoltán Orosz
Votes: 0
Answers: 1
How to bind a MultiDataTrigger with bindings using different data contexts
I have a custom user control which is in the main window of my WPF application. Within the window is an ItemsControl. I have created a style so that I can bind to an array of items which is a property...
jwize
Votes: 0
Answers: 1
How to properly compute URI from ValueConverter in WPF
I have a simple application where I want to swap out image based on a value converter. Upon testing the images shows fine when directly bound to the code behind of a user control.
public partial class...
jwize
Votes: 0
Answers: 0