appearance controlled by which tab page is selected/shown

0
Hi,     I have a TabContainer inside the left column of a Layout Grid and I want to use it to control the appearance of another container inside the right column of the same Layout Grid. Please show me how I can do that.  Thanks. Yuchen (Joseph) Han  
asked
1 answers
0

Hi ,

You can acheive this by using Tab Switcher. Create a boolean variable for each tab names.

 The Update that boolean value to true when user is present in that tab, based on boolean value, change the appearance

answered