dividing my form

  • Thread starter Thread starter paaal
  • Start date Start date
P

paaal

Hi!

I want to divide my form with something similar to excel's freeze pane
option.
My to comboboxes in top of the form should always be on top, even when
I scroll downwards

If you understood my problem, please reply

:wink:
 
paaal said:
Hi!

I want to divide my form with something similar to excel's freeze pane
option.
My to comboboxes in top of the form should always be on top, even when
I scroll downwards

If you understood my problem, please reply

Put your comboboxes at the top of your form as normal. Then fill the
rest of your form with a Panel, and put the other controls on the Panel
rather than on the form. Set the Panel's AutoScroll property to True.
 

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

Similar Threads


Back
Top