V. Scrollbar for Form
-
Hi, I am working on project and it's dealing with more than 100 textboxes and all of them has to be on single form. Does anyone know how can I add vertical scrollbar? I added control but it didn't seem to work, may be I didn't do something?! I would really appreciate it... :-O
-
Hi, I am working on project and it's dealing with more than 100 textboxes and all of them has to be on single form. Does anyone know how can I add vertical scrollbar? I added control but it didn't seem to work, may be I didn't do something?! I would really appreciate it... :-O
Hi, this is the .NET approach, I don't know if it also works for MFC: put a full-size Panel on the Form and set its AutoScroll true, then add all the Controls to that Panel. :)
Luc Pattyn [Forum Guidelines] [My Articles]
This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.