Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To synchronize the scroll box with columns or rows

Call the SSSetBool function and set the parameters as follows:

  1. If you want to synchronize the horizontal scroll box,
    1. Set the nIndex parameter to SSB_HSCROLLBARTRACK.
    2. Set the bNewVal parameter to TRUE.
  2. If you want to synchronize the vertical scroll box,
    1. Set the nIndex parameter to SSB_VSCROLLBARTRACK.
    2. Set the bNewVal parameter to TRUE.
© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.