Questions setting up a resizeable screen

  • Thread starter Thread starter Connor T
  • Start date Start date
C

Connor T

hi,

I wish to have a resizeable screen, which has a control bar at the bottom
with buttons in, which remains at the bottom of the screen, and a panel in
the middle area which shrinks or expands as necessary for the given space.
( And displays scrollbars as required )

I've played around with docking options and all sorts to no avail so far - I
feel i must be missing something, as this should be an easy thing to do, so
can anyone suggest how to go about doing this?

Rgds,
Dan
 
Connor T said:
I wish to have a resizeable screen, which has a control bar at the bottom
with buttons in, which remains at the bottom of the screen, and a panel in
the middle area which shrinks or expands as necessary for the given space.
( And displays scrollbars as required )

Add a toolbar control and set its 'Dock' property to 'Bottom'. Then add a
panel and set 'Dock' to 'Fill' and 'AutoScroll' to 'True'.
 
Add a toolbar control and set its 'Dock' property to 'Bottom'. Then add a
panel and set 'Dock' to 'Fill' and 'AutoScroll' to 'True'.

Excellent thanks to both replies, ( cor as well ) that helped lots, many
thanks!!

Rgds,
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top