Hiding sTabSheet in sPageControl

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34976
    twobit
    Participant

    Hey there,

    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?

    Thanks,

    TwoBit

    #47494
    LC!
    Participant

    Just try property “TabVisible” of the tabsheet.

    #47498
    twobit
    Participant

    Thanks, it worked A-OK. Although the presence of both Visible and TabVisible is really confusing.

    Thanks again,

    twobit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.