I create new form, place CDScrollbar (horiz.), and set its props: PageSize=10, DrawStyle=default.
I use Win7 x64.
I added units to uses:
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
customdrawncontrols,
customdrawn_android,
customdrawn_common,
customdrawn_winxp;
now i see totally broken scrollbar behaviour. See attached video (UVScreenCamera player needed for uvf file).
-Thumb not dragged OK, its position is not synced with mouse
-Holding mouse on "left" arrow doesn't scroll thumb to minimum
-Clicking on area righter than thumb doesn't scroll at all (must scroll by pagesize)
-Other bugs