Why not try putting the view into a DockLayoutPanel itself to separate the
header from content?
<g:DockLayoutPanel size="30">
<g:north>
<g:FlexTable ui:field='header' styleName='{style.header}' cellSpacing='0'
cellPadding='0'/>
</g:north>
<g:center>
<g:ScrollPanel>
<g:FlexTable ui:field='table' styleName='{style.table}'
cellSpacing='0' cellPadding='0'/>
</g:ScrollPanel>
</g:center>
</g:DockLayoutPanel>
Also may want to consider replacing your mainPanel DockLayoutPanel with
something like a SimpleLayoutPanel if it's only going to hold a single view.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/QVQ7S1f23DwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.