i have a tabbed pane with 3 tab panels.

i want to add different controls to the individual pages.

But when i add controlls they are shown on all 3 pages. How can I avoid that?

WireframeSketcher's screens are static so you'll have to create 3 different screens for each tab. You can avoid content duplication by creating a common template shared by all 3 screens. This way each of 3 screens only adds its own content to the base template. Use components to achieve this separation.

Let me know if this works for you.