Toggle Tabs with Hideable Panel

Hi All

Im developing a CAF Application where, i have a scenario as follows:

  • I have a Toggle tabs with 3 Options as Option A, Option B, Option C
  • And 3 Hideable Panel like Panel1, Panel2, Panel3…

When a User Clicks on Option A in toggle Tab, then Panel1 should only display and the other 2 panels must be invisible, same as Option B- Panel2, Option C- Panel3…

Can anyone Please help me with some ideas or procedure to do this…

Thanks in advance…

Sathish K

add 3 options under “choices” of toggle tab. Give the control ID’s of the 3 hideable panels in the “Item Value” property of each of these choices.
HTH

Thanks for idea !! its Working Fine… Cheers :rolleyes:

gr8…ur welcome!