
Hi Team,
I am using a gallery to create tab like experience ..My requirement is to hide some tabs ..I have defined a table in the items property of gllery which has some properties set.
{
Prop1:Value,
Prop2:Value,
Visible:true
}
I tried to use ThisItem.Visible in the Visible property of the first item to dynamically hide the tabs .But ThisItem is not seems to be appearing when i type that.
How can i hide specific tabs in the gallery?
Any help would be appreciated.
I do this several times, i put the properties inside the table and then just reference it. So far I haven't had any problems, and I've found your case strange. Could you share some screenshots to help us understand better?