I've been trying to hide a sTabSheet created in a sPageControl at design time, but no avail. To be more precise, I'm using Alpha Skins 7.54 and I have a sPageControl with three sTabSheets.
I've tried both programatically (sTabSheet2.Visible := False) and at design time to hide sTabSheet2, but the tab still shows up when I'm running the application. Am I doing something wrong here?