Hi All

I have a form which contains Toolbar at the top. Form is scrollable when I
scroll the form Toolbar also get scrolled and disappeared. What would be the
best solution to overcome this issue. Any help will be appreciated.

Thanking in advance
Fiaz Ali Saleemi

Re: Scrolling and Toolbar problem by Tim

Tim
Thu Oct 20 06:43:28 CDT 2005

Place a ToolBar and a Panel on the Form. Ensure that the ToolBar is docked
to the top and then ensure that the Panel is set to fill the remaining area
by setting its "Dock" property to "DockStyle.Fill". Next, set the Panels
"AutoScroll" property to true and add any controls to the Panel.

--
Tim Wilson
.NET Compact Framework MVP

"Fiaz Ali Saleemi" <fsaleemi@abacusoft.com> wrote in message
news:u2kWlrT1FHA.1032@TK2MSFTNGP12.phx.gbl...
> Hi All
>
> I have a form which contains Toolbar at the top. Form is scrollable when I
> scroll the form Toolbar also get scrolled and disappeared. What would be
the
> best solution to overcome this issue. Any help will be appreciated.
>
> Thanking in advance
> Fiaz Ali Saleemi
>
>