PDA

View Full Version : No Scroll if ContentPanel has Header



paco_online
22 Feb 2009, 11:45 AM
hi all,

i have a Grid in a ContentPanel. The ContentPanel is in a TabItem.

If i set setHeaderVisible(false) for the ContentPanel, everything is
working fine. I resize the Window to very small, the scroll bars
are shown to see the rest of the data in the Grid.

In the next step i tried to put some buttons for controlling the Grid
onto the ContentPanel (next, delete, insert, ...). I tried to put them
as top and bottom components and also onto the header.

But every time i do setHeaderVisible(true), the scroll bars are not
visible if the Grid is very small.

What do i wrong?

greetings and thx for helping
paco