Active panel

S

simon

I have 5 panels on the page.
At the same time, only one is visible.

Is there any option that I set current visible panel to false OR I have to
always set like this:
panel1.visible=false
panel2.visible=false
panel3.visible=false
panel4.visible=false
panel5.visible=false

Thank you for your answer,
Simon
 
R

Rutger Smit

simon said:
I have 5 panels on the page.
At the same time, only one is visible.

Is there any option that I set current visible panel to false OR I have to
always set like this:
panel1.visible=false
panel2.visible=false
panel3.visible=false
panel4.visible=false
panel5.visible=false

Thank you for your answer,
Simon


There's no such thing as 'the current visible panel'.
A workaround could be that you loop through all the panels and set the
panel's Visible property to False when it's true

//Rutger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top