Skip to content

WaleedNaveed/Disable-textBox-on-the-basis-of-checkBox-using-XAML

Repository files navigation

Disable-textBox-on-the-basis-of-checkBox-using-XAML

This is a simple WPF application. It has two controls, a text box and a check box. If the check box is checked then text box is disable and if check box is un-checked then text box is enable. This is is done by using XAML, there is no code in code behined (xaml.cs) file. The required functionality is achieved by using only "DataTrigger" of XAML.

About

Disable textBox in WPF on the basis of checkBox value using XAML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages