J
james_c
Hi,
I have a bunch of LabelFields on a Panel. The Panel's parent is a Form.
The Panel has the AutoScroll property set to true, and when the app. is run,
the vertical scrollbar is displayed. However, I am not able to scroll the
Panel using the up/down keys of the DPAD. Anyone know how I can make this
work?
My initial solution was to hide invisible TextBoxes at various locations
(top to bottom) on the panel with Tabindexes set, and then adding a KeyDown
event for each to go to the next tab index. But this solution sucks as the
scrolling is not smooth, etc. Basically, I want the same vertical scrolling
functionality I would get for free if I had added my labels directly to the
form.
Thanks in advance for any help!
I have a bunch of LabelFields on a Panel. The Panel's parent is a Form.
The Panel has the AutoScroll property set to true, and when the app. is run,
the vertical scrollbar is displayed. However, I am not able to scroll the
Panel using the up/down keys of the DPAD. Anyone know how I can make this
work?
My initial solution was to hide invisible TextBoxes at various locations
(top to bottom) on the panel with Tabindexes set, and then adding a KeyDown
event for each to go to the next tab index. But this solution sucks as the
scrolling is not smooth, etc. Basically, I want the same vertical scrolling
functionality I would get for free if I had added my labels directly to the
form.
Thanks in advance for any help!