Click to See Complete Forum and Search --> : scrolling dialog contents


Dan
March 30th, 1999, 12:04 PM
I would like to display a consistent sized dialog box, but have a variable sized content. The idea is to create varying form questionnaires and have them displayed in a dialog. Are there any available tricks to be able to scroll the contents of a dialog box. (I do not want to scroll the dialog box itself, just the non-viewable content within.)

Alvaro
March 30th, 1999, 12:14 PM
An idea that pops into my head is an SDI app with a CFormView class to hold your dialog template. This will give you automatic scrollability, although the user will be able to resize the window.


Other than that, I don't know what you can use.


Good luck!