Hi!
I have a question, a really easy one.
I have a program that creates command buttons that has a screen wide width and a height of around 120 so there's only four of these visible on the screen, when i create another one the program allocate it right below the last created, so the panel vertical scrollbar appears to acces that control, but i dont want to use the mouse for scroll dawn the window, i want to use the arrow keys or automatic scrolling whe the comand button get focus.
How i can make that?
Thanks ana way!