Hi sisan,
You can change the height to what you want. But you need to change the BorderStyle property to Fixed or None (0,1,3).
This is because a changable border is one that a user can change the size on, and the user is not allowed to re-size the form past the dimensions of the parent window or the screen.
With a fixed border the user cannot change it's size. Only scroll the window.
You need to use a MDI form in order for the scroll bars to appear though, otherwise, if the form is longer than the screen, the user cannot scoll down. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!