Forgive the probably silly question – I’m not used to working with GUIs.
I’ve got a TabControl that’s been prebuilt in the designer. There are many tabs, but only certain ones need to show up based on a variable at the time of loading the form. I originally tried using the Remove command on the FormLoad to remove the unneeded tabs, but because there are multiple tabs with multiple additional objects in each tab, they visibly load and then disappear and it’s rather ugly.
Thank you.
Call
Removein the form constructor, right afterInitializeComponents. That happens way before the form is shown.