I'm have 3 Entries in mij XAML, the first will have a value (let's say 100), the sum of the second and third must equal 100. When the second is being filled in, the third will automatically contain the difference between 100 and the value in the second Entry.
I'm trying to keep my ViewModel as clean as possible with mostly get;set; and nothing else, so I was wondering if it is possible to use a DataTrigger to accomplish this, or do I really need to do this in my ViewModel?