Top "Tabpanel" questions

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

WPF Styles for TabControl / TabPanel / TabItem

Here's a newbie question on the WPF TabControl, TabItem and TabPanel. There is a related question on StackOVF with an …

wpf xaml tabcontrol tabpanel
JavaFX TabPane - One controller for each tab

I'm new to Fx. I have a TabPanel with 10 Tabs. Each Tab has many controls (charts, buttons, etc.), and what …

controller javafx tabpanel
R Shiny - add tabPanel to tabsetPanel dynamically (with the use of renderUI)

I am developing a shiny application in which I use tabsetPanel, which is generated when user enters some particular input. …

r tabpanel shiny
In the tabpanel of ExtJS 4, how to catch the tabchange event anytime I click a tab?

For each tab in the tabpanel, I have one floating panel located in a fixed spot. When I switch the …

javascript extjs tabpanel floating
How to get height of Ext.Panel to fill parent area

I have the following Ext.TabPanel: var modules_info_panel = new Ext.TabPanel({ activeTab: 0, defaults:{autoScroll:true}, //layout: 'fit', // makes …

extjs extjs3 tabpanel
GWT: Creating a scrollable FlexTable in a full-screen TabPanel

I'd like to create a TabPanel that occupies the entire browser client area, and inside that put a FlexTable that …

gwt layout tabpanel flextable
JavaFX - closing a Tab in TabPane dynamically

I have a TabPane with closable tabs. I want to fire a "close tab event" when the user clicks a …

javafx-2 mouseevent tabpanel
Extjs gridpanel doesn't expand horizontally within a tabPanel

Each of my 3 Extjs gridpanels do not expand horizontally within a tabPanel. The each grid's properties: id: grid_id, ds: …

extjs tabpanel gridpanel
Change the Height of an ExtJS 4 Tab

Context: I'm writing an ExtJS application to help volunteers manage a camp database. Containing emergency information, dietary requirements and cabin …

tabs size height extjs4 tabpanel
GWT Datagrid does not show data , but contains it

I'm trying to convert a cellTable into adatagrid, because I want to add a search handler later and therefor I …

gwt datagrid tabpanel celltable