OWL NExt - Knowledge Base

[ Home | Contents | Search | Next | Previous | Up ]

How to use the TScroller bars in a MDI Child window ?

Date: 11/30/99
Time: 12:12:52 AM

    1. You have add attribute WS_VSCROLL and WS_HSCROLL to see scroller
            Attr.Style |= WS_VSCROLL | WS_HSCROLL;
    2. you have create Scroller object
            Scroller = new TScroller(this, 1, 1, 0, 0);
    3. You have some function to adjust scroller see: borland example BMPView
    4. And last you don't have create scrollbars

Last changed: July 14, 2001