5

I'm trying ou Pencil Project as a wireframing tool, however I am unable to find out how to create multiple tabs. When I drag the "Tab Panel" control it defaults to one tab, however my wireframe needs multiple tabs.

Nicholas
  • 1,740
  • 5
  • 22
  • 31

1 Answers1

5

Double-click on the tab to edit it and add some. Tabs are delimited by | and the selected starts with # so for example a group of 3 tabs with the last one active would be "tab1|tab2|#ta3"

This only works for native UI object which is a huge disadvantage.

Community
  • 1
  • 1
gwenhael
  • 51
  • 4
  • 1
    This is correct, but one thing to mention is that it will only work for the "Native UI Widget" library. I was not able to reproduce this with the "Windows XP Widgets". – Mark Hildreth Apr 05 '12 at 21:25