How to make groupbox invisble on select of a radiobutton
- by Aditya
Hi,
I am doing an Windows Application using XAML ,WPF in C#.
I have 2 radio buttons called "WriteData" and "ReadData".
when writeData is selected, I need groupbox with a textbox and browse button inside it to be displayed at a particular location, (this i have already designed in UI..)
<GroupBox Header="Browse Data" Name="grpBrowseData"…