Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • ZZ9
    Participant
    Post count: 1

    There is a few ways you are able to do this, but the easiest way for you I would recommend to do is use panels and on each tab click event have it set the property visible to true, example

    tab1
    panel1.visible = true;
    panel2.visible = false;

    tab2
    panel1.visible = false;
    panel2.visible = true;

Viewing 1 post (of 1 total)