*******************************************************
Author: Bruno Fierens
        enhanced by Peter Elzner (peter.elzner@programmer.net)
        TMS Software
        J. Jordaens str. 11
        B8510 Marke
        Belgium
        Fax : +32 56 359696
        E-mail: bruno.fierens@skynet.be
        Delphi web page : http://users.skynet.be/delphi
*******************************************************

Delphi  3.0,4.0 / C++Builder 3.0 scrollbar with proportional
trackbar. A new property PageSize is added to control the size
of the trackbar.


Release
   1.0 : 1/9/1997   : initial release
   1.1 : 28/12/1997 : scrollBar now automatically adjusts its size to min/max values
   1.2 : 16/11/1998 : Added dynamic hint while scroll tracking


Status

Known issues:
        There are currently no known problems with TPropScrollBar
        Let me know if problems show up, or if you wish other
        features for this component.

Files:
        pscrld3.zip : file for Delphi 3.x
        pscrld4.zip : file for Delphi 4.x
        pscrlc1.zip : file for C++Builder 3.x
        demo.zip    : demo app for Delphi 4

Installation

  - Delphi 3, 4 & C++Builder 3

        1. In the Delphi/C++Builder menu select:
               Component >  Install component 

        2. Choose either into a new package or into an existing package

        3. Browse for scrlreg.pas



