[RESOLVED] [2008] Form Height Limitation
I'm working with a form that doesn't want to let me go above 884 for height when I'm working in the editor. I thought I figured this one out before but my memory could definitely be better. I've played around with a bunch of properties without success. Adjusting maximum size upward doesn't help me. Dropping controls on the form and locating them below the bottom limit doesn't do it. The form will go down as far as necessary to show the new control when you run the application but not when I'm in the editor. I want to be able to work in the editor on a form greater than 884 height. There's something simple that I'm missing.
Re: [2008] Form Height Limitation
You cant go larger than the screen height.
What you could do is place a scrollable panel on your form, so the apparent height is larger (but the form height max's out at your screen height).
Re: [2008] Form Height Limitation
I figured it out. It's always simple. I couldn't scroll down as far as I wanted to because I needed access to both scrollbars in the editor but I had the window for the editor adjusted so I could only see one scrollbar.
It appears I can't scroll down as far as I would like. I had crammed stuff up higher on the page here because I wasn't able to scroll down like I wanted to.
Attachment 69351
Here you see the second scrollbar that allows me to move as far down on the form as I want to. Now I can spread that stuff out more. I'm making a webdings, wingdings list so you can know what you're going to get before you strike the key.
Attachment 69352