Is it possible to link MultiBinding with one converter?

Elad Yehuda

Member
Joined
Jul 3, 2023
Messages
9
Programming Experience
3-5
Hello everyone!
I will explain the question.
I dynamically generate TextBox controls, for each TextBox control I want to make several Bindings that will be activated at once! For each text box that is created one converter that matches certain tests for all those binidng and returns according to each characteristic the desired values for it!? At once? For example I have the following properties Tag, Text, and Backgorund which I want to associate with one converter!
Is it possible in wpf, instead of writing for each property a separate converter: that for each text box all the converters will be activated one after the other for property and property which makes it inefficient
 
Most programmers despise side effects because it makes debugging and reasoning with code a lot harder, and it makes unit testing a nightmare.
 
Yes.
 
Back
Top Bottom