Click here to Skip to main content
15,900,378 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: How to bind inverse boolean properties? Pin
Mycroft Holmes22-Jul-12 18:07
professionalMycroft Holmes22-Jul-12 18:07 
GeneralRe: How to bind inverse boolean properties? Pin
Alisaunder22-Jul-12 18:28
Alisaunder22-Jul-12 18:28 
GeneralRe: How to bind inverse boolean properties? Pin
Mycroft Holmes22-Jul-12 19:02
professionalMycroft Holmes22-Jul-12 19:02 
GeneralRe: How to bind inverse boolean properties? Pin
Alisaunder23-Jul-12 3:58
Alisaunder23-Jul-12 3:58 
GeneralRe: How to bind inverse boolean properties? Pin
Alisaunder23-Jul-12 4:27
Alisaunder23-Jul-12 4:27 
GeneralRe: How to bind inverse boolean properties? Pin
SledgeHammer0123-Jul-12 12:18
SledgeHammer0123-Jul-12 12:18 
GeneralRe: How to bind inverse boolean properties? Pin
Mycroft Holmes23-Jul-12 12:50
professionalMycroft Holmes23-Jul-12 12:50 
GeneralRe: How to bind inverse boolean properties? Pin
SledgeHammer0123-Jul-12 12:56
SledgeHammer0123-Jul-12 12:56 
Smile | :) . Ok...

It's part of this project: http://wpfconverters.codeplex.com/[^]

Like I said, nothing wrong with your code. Just that this converter allowed me to get rid of about 73 others. You can map any value you can reference in XAML to any other value.

I use it for bool inversion... I also use it in a clever way Smile | :) to allow for triggering on empty collections. I map count=0 to true and then use the fallback value (for any other count) = false.
GeneralRe: How to bind inverse boolean properties? Pin
Mycroft Holmes23-Jul-12 14:25
professionalMycroft Holmes23-Jul-12 14:25 
GeneralAnother MVVM questionn regarding updating info on other controls? - [Answered] Pin
Alisaunder21-Jul-12 4:36
Alisaunder21-Jul-12 4:36 
AnswerRe: Another MVVM questionn regarding updating info on other controls? Pin
Pete O'Hanlon21-Jul-12 8:06
mvePete O'Hanlon21-Jul-12 8:06 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Christian Amado21-Jul-12 11:45
professionalChristian Amado21-Jul-12 11:45 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Alisaunder21-Jul-12 12:30
Alisaunder21-Jul-12 12:30 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Mycroft Holmes21-Jul-12 13:52
professionalMycroft Holmes21-Jul-12 13:52 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Alisaunder21-Jul-12 14:59
Alisaunder21-Jul-12 14:59 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Mycroft Holmes21-Jul-12 16:14
professionalMycroft Holmes21-Jul-12 16:14 
GeneralRe: Another MVVM questionn regarding updating info on other controls? Pin
Pete O'Hanlon22-Jul-12 21:52
mvePete O'Hanlon22-Jul-12 21:52 
QuestionAdding datagrid cell images at runtime doesn't appear in cell Pin
alleyes20-Jul-12 8:40
professionalalleyes20-Jul-12 8:40 
GeneralRe: Adding datagrid cell images at runtime doesn't appear in cell Pin
Christian Amado21-Jul-12 12:03
professionalChristian Amado21-Jul-12 12:03 
GeneralRe: Adding datagrid cell images at runtime doesn't appear in cell Pin
alleyes22-Jul-12 17:07
professionalalleyes22-Jul-12 17:07 
GeneralUnintended Save Issue WPF Pin
eddieangel20-Jul-12 7:20
eddieangel20-Jul-12 7:20 
GeneralRe: Unintended Save Issue WPF Pin
Ian Shlasko20-Jul-12 7:31
Ian Shlasko20-Jul-12 7:31 
GeneralRe: Unintended Save Issue WPF Pin
eddieangel20-Jul-12 7:37
eddieangel20-Jul-12 7:37 
GeneralRe: Unintended Save Issue WPF Pin
Ian Shlasko20-Jul-12 7:45
Ian Shlasko20-Jul-12 7:45 
GeneralRe: Unintended Save Issue WPF Pin
eddieangel20-Jul-12 7:49
eddieangel20-Jul-12 7:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.