I want to use buttons as tabs without the tabcontrol, I thought about using panels but its hard to do in designer. Is there anything I could use as an alternative to tabcontrol? I used
tabControl1.SelectedIndex = 0;
and dragged a panel on top of it and below to hide the padding but that is really messy too, isn't there a simpler way of doing this, since so many c# programs have custom tabs? Here is what I currently have : https://imgur.com/a/gf8AYcA I managed to remove the headers but the padding still looks pretty bad https://imgur.com/a/gRRzpjE