Tagged Questions

1
vote
1answer
902 views

WPF: Changing the layout of Tabs in TabPanel

Instead of at the top I wan't my tabs on the left side. I changed the template for the the TabControl so that the TabPanel would appear in first column and the second column would host the content. ...
0
votes
2answers
250 views

Why does my gridPanel in a tabPanel show the wrong height?

In the attached image, the grid does not show properly. The grid is inside a tabpanel. The layout of the tab is = 'fit'. What setting error is causing the behavior? EDIT: Here is the class ...
0
votes
4answers
8k views

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 scrolls if necessary. However, I'm having trouble acheiving this. I've tried: public ...