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.
Share
I solved my problem, it was kind of easy, I thought of deleting my question better than respond to it, but maybe someone will find this useful.