Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
howard liu
|
Jul 2, 2008 - 8:44 PM
|
Hi, Is it possible to remove selectively only the Horizontal scroll bar (that of CExtNCSB) Thanks, Howard
|
|
Technical Support
|
Jul 4, 2008 - 12:58 PM
|
The CExtNCSB template class duplicates the behavior of existing scroll bars (in the window non-client area) by creating CExtScrollBar windows over them. The CExtNCSB template class does not kill the standard scroll bars. It simply creates two CExtScrollBar windows window which cover the standard scroll bars. So, if you create and use windows without the WS_HSCROLL style, you will not see the horizontal scroll bar.
|
|