1

I'm currently using a TabContainer containing several ContentPanes in dojo. The content is generated during page generation, and does not change after that. Is there any way to force certain tabs to resize the TabContainer to prevent the user from having to use the scroll bar?

Ashton K
  • 875
  • 1
  • 8
  • 18

1 Answers1

1

Perhaps you want to set the doLayout property to false?

hugomg
  • 68,213
  • 24
  • 160
  • 246