Posts by OlivF • 63 points
5 posts
-
0
votes0
answers19
viewsQ: Change the background color based on a Boolean Binding and Setting to Different color Binding WPF
I need to change the background color according to a toggle button. I got the toogle based on: TRUE: I want to apply Binding to a user-defined default color stored in the variable made Binding.…
-
1
votes1
answer30
views -
4
votes1
answer172
views -
0
votes1
answer38
views -
0
votes1
answer49
viewsQ: Return of a single element from a list to a LINQ
I’m taking elements from a list and I can’t erase the elements, I have to return them all. I found a problem at the end of this query, where you have the comment //Erro…