次の方法で共有


How to: Program Scrolling Controls for Smartphone Dialog Boxes

Send Feedback

To create a scrollable dialog box, you specify the WS_VSCROLL style. A user scrolls the dialog box by pressing the Up and Down controls.

The dialog box controls should be listed in the dialog box resource template in the order in which they appear on the screen, and their sizes should be as accurate as possible.

If any of the controls are repositioned after the Windows CE WM_INITDIALOG message, the dialog box needs to send a DM_RESETSCROLL message.

See Also

Designing Full-Screen Dialog Boxes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.