Click here to Skip to main content
15,909,498 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Im creating WPF Application
in this application i take wpf application
take Tabcontroler in tab control i create 4 tabs (INSERT,STOCK INFO,CUSTINFO)
i take two radiobuttons in CustInfo Tab
namely -->NewUserRbtn1
-->ExistanceUserRbtn2
and
two GroupBoxs
namely -->New User
-->Existance User


if new user Radiobutton is clicked then i want to visible New user GroupBox
and disable Existance GroupBox

how can i do
Posted
Comments
[no name] 17-Apr-14 7:15am    
It would be exactly the same way you was already told here, http://www.codeproject.com/Questions/759335/Can-I-Hide-The-Groupbox-In-Windowsform-On-Radio-Bu

1 solution

I believe that you seek for a WPF master-detail example. You can do it using Data-Template, I wrote an article with WPF master-detail example using Data-Template:

How to: Use the Master-Detail Pattern with WPF Hierarchical DataTemplate[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900