I have a config dialog that configures two different aspects of my application. As the two set of configurations are very similar, I decided to just use one set of controls for both. However, I like the aesthetics of TabControl (I tried RadioButton, but it makes the users feel like they are making a choice between the two aspects, rather than choosing to configure one). Can I make a "pseudo" TabControl that have the same content on both pages, i.e. one that works just like a RadioButton?
I also tried to hide the TabPages by resizing the TabControl, but it feels difficult to get the layout right (finding where the TabPage would be).