Pattern for null settings
- by user21243
Hi,
I would like to hear your thoughts and ideas about this one.
in my application i have controls that are binded to objects properties.
but.. the controls always looks like that:
a check box, label that explain the settings and then the edited control (for ex: text box)
when unchecking the checkbox i disable the text box (using binding)
when…