سؤال

Since Tabpanel doesn't work in Development Mode, it only works in Standard mode. So it means we can't debug our code if we use TabPanel.

so How to make TabPanel from Horizontal or Vertical layout by ourself?

هل كانت مفيدة؟

المحلول

You need not to make any new TabPanel on your own.

If you see the docs of TabPanel:

this widget will only work in quirks mode. If your application is in Standards Mode, use TabLayoutPanel instead.

So.Please have a look on TabLayoutPanl.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top