what is the best idea/technique to do this and I prefer not to create all these at run time and not using the Tabs control:
let’s say we have three radio buttons on the form and based on the user selection we want to show him different GUI stuff ( checkbox, listbox, etc … ) on the same form.
How to do that?
Set the controls’
Visibleproperty tofalse.This will be easiest to do if you put the controls on different panels and show / hide the panels instead of hiding each control separately.