M
mscertified
I have a form which fits on the screen in resolution 1024x768 but some users
(due to eyesight issues) prefer to use 800x600. On an 800x600 screen the form
does not fit vertically, it has to be scrolled. At the bottom of the form is
a tab control. If you scroll down you can see all of this control. However,
as soon as you click any tab on the control the form scrolls to the top so
you no longer see all of the tab control. Clicking different tabs causes
different scrolling behaviour. What triggers this and how can I keep the form
scrolled to the bottom even when a tab is clicked? Is it related to the
position of the control that gets the focus? Any ideas?
(due to eyesight issues) prefer to use 800x600. On an 800x600 screen the form
does not fit vertically, it has to be scrolled. At the bottom of the form is
a tab control. If you scroll down you can see all of this control. However,
as soon as you click any tab on the control the form scrolls to the top so
you no longer see all of the tab control. Clicking different tabs causes
different scrolling behaviour. What triggers this and how can I keep the form
scrolled to the bottom even when a tab is clicked? Is it related to the
position of the control that gets the focus? Any ideas?