-
Scrolling dialog
Hello there,
I'm developing a program that asks questions using Editboxes, comboboxes and checkboxes that are created dynamically.
Sometimes there are to much questions to fit on the screen.
Is it possible to get the whole form scrolling using a FormView? or ScrollView? or something else?
Do I have to base my class on a FormView. If so, how do I call this form form an other dialog.
My project is dialog based. It starts of with a login-dialog. If the username and password is correct the scrolleble form gets called.
Chris.
-
As an info for people who try to answer this (I won't), this is an MFC project. (You should really mention that...)