WPF Validation on two properties

Posted by morsanu on Stack Overflow See other posts from Stack Overflow or by morsanu
Published on 2010-05-03T07:12:18Z Indexed on 2010/05/03 7:18 UTC
Read the original article Hit count: 315

Filed under:
|
|

I have a user control that contains a border somewhere in it. I am able to edit both the User Control Width and the Border Width from binding to two textboxes. I need to include validation when I create the binding in code so that the Border Width can't be higher than the User Control Width.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about binding