Top "Tabpanel" questions

A GUI pattern, a panel that contains one or more tabs within his borders.

Dock Panel component for .NET that allows docking inside tab-pages?

I want to build a user-interface that, for historical reasons, has a lot of "columns" of information. Many of these …

.net components tabpage dockpanel tabpanel
JavaFX 2.0 TabPane : Tabs at left and keep tab header horizontal

I'm trying to develop a GUI for a web application and I wanted to set a TabPane with tabs placed …

user-interface javafx tabpanel
How can I update the content of a tab in an ExtJS TabPanel?

I have a tab panel like this: var tab1 = { id: 'section1', title: 'First Section', padding: 10, html: '(this content …

javascript extjs tabpanel
Removing a tab from tabPanel

var tabPanel = Ext.getCmp('tabPanel'); for(var i=1; i<tabPanel.items.length; i++) { tabPanel.items.removeAt(i); i--; } tabPanel.…

javascript extjs4 tabpanel
ExtJS 3.2.0, hide tabpanel's header

PLs tell me how i can hide header of tabpanel "..." if my tabpanel have only one tab? I can't use …

javascript extjs tabpanel
shiny dashboard mainpanel height issue

This is an extension of my previous question. Now I am not able to extend the height of my main …

r layout shiny shinydashboard tabpanel