Keyboard is not working (such as page down)
-
Hi, I’ve define a panel on my from and define the panel dock as none, and increase the panel height each time I add new item at the button of the panel, once the panel size exceed form size, the form create vertical scroll bar and its great. The problem is that I can use the mouse in order to scroll down the panel but the keyboard is not working such as page up, page down, up key and down key Any idea, I look at the form and panel property and I didn’t find anything that could help Thanks, Ronen
-
Hi, I’ve define a panel on my from and define the panel dock as none, and increase the panel height each time I add new item at the button of the panel, once the panel size exceed form size, the form create vertical scroll bar and its great. The problem is that I can use the mouse in order to scroll down the panel but the keyboard is not working such as page up, page down, up key and down key Any idea, I look at the form and panel property and I didn’t find anything that could help Thanks, Ronen
If you have a scroll bar and the control has focus, then it will either just work ( which would have been my guess ), or you need to write code to handle it ( which seems odd to me, but if it doesn't work at all, that's probably the solution ). Does the control have focus when you press the keys ?
Christian Graus Driven to the arms of OSX by Vista.
-
If you have a scroll bar and the control has focus, then it will either just work ( which would have been my guess ), or you need to write code to handle it ( which seems odd to me, but if it doesn't work at all, that's probably the solution ). Does the control have focus when you press the keys ?
Christian Graus Driven to the arms of OSX by Vista.