I'm confused but generally speaking, documents that "flow" are created by
using HTML and CSS. Its called "liquid design" which is a page layout
methodology I use exclusively. There are dozens of blogs and articles
writing about this that can be found googling. So here is a basic example
that will flow to the edges of the entire viewport of --any-- browser...
<div style="width:100%">
<asp.Whatever />
...
</div>
The asp.Panel control is output as a div. Just bind a CSS class to the Panel
that declares the 100% width that you require.
<asp.Panel CssClass="FlowEntireViewPort" ...>
...
</asp.Panel>
"George" <gvar...@casinorio.gr> wrote in message
news:99140369-CC04-4721...@microsoft.com...