Leo

Roll you ouwn canvas with

  FCanvas := TControlCanvas.Create;
  TControlCanvas(FCanvas).Control := Self;

in the contructor

TTFN Neven

----- Original Message -----
From: Leo Ramakers <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Thursday, 17 August 2000 17:23
Subject: [DUG]: Scrolling tPanel


> I have an object which descends from tPanel which draws graphical
> elements to the Canvas property. I now need to add 'scrolling' to the
> canvas, in other words to have scroll bars for the images I painted on
> the canvas. Unfortunately the tScrollbox doesnt have a canvas, so I cant
> descend from that. Can anyone recommend an appropriate component, or
> point me to the scroll box canvas.
>
> Thanks
> Leo
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to