C
Carl Mercier
Hi,
I have a rather simple problem, yet I can't find an acceptable solution.
It isn't much of a problem for users running my application at high
resolution (1280x1024 for example), but it really is for 800x600 users
(too bad they still exist!)
My application is a MDI and I use FormStartPosition.WindowsDefaultBounds
for each child form in order for them to open underneath the previous
one (cascade).
The problem is that if I open 3 or 4 windows, a scrollbar shows up on my
MDI form and the user needs to scroll to see the new windows. It
happens even when no windows are open (ie: 4 windows were opened, then
closed, the user will need to scroll to see the next opened window
because it is not positionned at the top of the screen like it should).
Is there an easy solution to this? Anyone else having this problem?
Thanks!
Carl
I have a rather simple problem, yet I can't find an acceptable solution.
It isn't much of a problem for users running my application at high
resolution (1280x1024 for example), but it really is for 800x600 users
(too bad they still exist!)
My application is a MDI and I use FormStartPosition.WindowsDefaultBounds
for each child form in order for them to open underneath the previous
one (cascade).
The problem is that if I open 3 or 4 windows, a scrollbar shows up on my
MDI form and the user needs to scroll to see the new windows. It
happens even when no windows are open (ie: 4 windows were opened, then
closed, the user will need to scroll to see the next opened window
because it is not positionned at the top of the screen like it should).
Is there an easy solution to this? Anyone else having this problem?
Thanks!
Carl