‎08-03-2009 09:33 AM
Hi all.
In my project there are 2 radio buttons. Each of them gives access to several controls (such as string, listboxes and checkboxes) which differ both in number and in type. What i would like to do is to make these controls visible or invisible in a single shot. To do this, i think i need to insert controls in 2 different "containers", each one related to a specific radio button. In this way i should be able to display controls i want, simply make the right container visible and the wrong one invisible.
Does anyone know how i can do this?
Solved! Go to Solution.
‎08-03-2009 09:39 AM
It sounds like you want to put the related controls into a Cluster.
‎08-03-2009 09:39 AM
‎08-03-2009 10:02 AM
How about a tab control?
Lynn
‎08-03-2009 10:11 AM
use the suggestions from above and than connect your bool to a visibility property.