Does anyone know how to make only a portion of a form scrollable (the bottom 1/3, top 1/3, etc.)?
Making the whole form scrollable is no problem, but all I need to scroll is the bottom 1/3 of a form. I can "make" it work by laying a form on top of the bottom portion, with scroll bars enabled on it, but the problem with that is you have to make it "Always on top" and if you move the underlying form, you must make the overlying form follow it.
I also tried using "DEFINE WINDOW", which works perfectly as far as positioning goes because I can make the window a child of the main window. Only problem with that is the scroll bars don't appear for some reason.
Any suggestions on how I can make this work?
Thanks in advance
Making the whole form scrollable is no problem, but all I need to scroll is the bottom 1/3 of a form. I can "make" it work by laying a form on top of the bottom portion, with scroll bars enabled on it, but the problem with that is you have to make it "Always on top" and if you move the underlying form, you must make the overlying form follow it.
I also tried using "DEFINE WINDOW", which works perfectly as far as positioning goes because I can make the window a child of the main window. Only problem with that is the scroll bars don't appear for some reason.
Any suggestions on how I can make this work?
Thanks in advance