ATScrollBar

From Lazarus wiki
Revision as of 23:05, 9 June 2014 by Alex22 (talk | contribs) (Created page with "= About = ''ATScrollBar'' is a scrollbar component for Delphi and Lazarus. It's not replacement for standard control, but is alternative one, it has different API. It paints ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

ATScrollBar is a scrollbar component for Delphi and Lazarus. It's not replacement for standard control, but is alternative one, it has different API. It paints itself OS-indenendant, using custom drawing on canvas.

Screenshot

ATScrollBar.png

Bug reporting

Please add your wishes and bug reports to Github issues page.

Author

Alexey Torgashin (Russia).

License

MPL 2.0.

Download

Latest version, with demo app, is always at Github page.

System requirements

  • Lazarus: 1.2.0
  • Tested on: Windows 7, Linux (Ubuntu 14.04)

Installation

  • Download the zip file from Github using "Download ZIP" button.
  • No installation into Lazarus needed, just unpack file ATScrollBar.pas to any folder.

Usage

  • Component doesn't support Lazarus designer, you need to create objects at runtime.
  • See API documentation at "Wiki" page of Github page.