| Title |
ThlTrackBar |
| Description |
ThlTrackBar is a descendant of the VCL TTrackBar component. It adds the custom draw functionality that is actually provided by the underlying Windows TrackBar control but is not exposed in the VCL TTrackBar wrapper.
The OnCustomDraw event allows for drawing custom ticks, thumb and channel (track). You are free to choose which item you like to draw yourself. If you want to keep the default appearance for one of the items set the DefaultDraw parameter to true in your OnCustomDraw event handler for that particular item. The zip file also includes an example project.
The component has been tested with C++Builer 5/6 and Delphi 6 but should work with other versions as well. If anyone encounters problems please email me. |
| Comments * |
|