HOWTO: How To Scroll a CFormView to See the Controls (155918)
The information in this article applies to:
- The Microsoft Foundation Classes (MFC), when used with:
- Microsoft Visual C++, 32-bit Editions 4.0
- Microsoft Visual C++, 32-bit Editions 4.1
- Microsoft Visual C++, 32-bit Enterprise Edition 4.2
- Microsoft Visual C++, 32-bit Professional Edition 4.2
This article was previously published under Q155918 SUMMARY
When a CFormView is resized to something smaller than the size of the
dialog box template that it contains and users need to manipulate a control
that is not in the visible view area, they must use the scroll bars to get
the control into the visible area. This sample code demonstrates how to
scroll the CFormView automatically if users tab to a control that is not in
view.
Modification Type: | Major | Last Reviewed: | 12/8/2003 |
---|
Keywords: | kbcode kbDocView kbhowto kbScrollBar KbUIDesign KB155918 |
---|
|