Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

Implementing Scrollbars: Step 4

Show in webframe

Modify the Color.H file to add some global variables to support scrolling.

int nScrollInc; /* Scrolling increment */
int ClientWidth, ClientHeight, BottomBarThickness, RightBarThickness; /* Client area metrics */
int DisplayWidth, DisplayHeight;
RECT ScrollRect; /* Used in WM_HSCROLL and WM_VSCROLL to make scrolling smoother */
RECT rLeadDest, rLeadSource;
RECT rClientSize;

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.