Unit 'Img32.Ctrls' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_image32]

TScrollingCtrl

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: Img32.Ctrls.pas line 301

type TScrollingCtrl = class(TCustomCtrl)

protected

  function GetClientHeight; override;

  

  function GetClientWidth; override;

  

  function GetClientRect; override;

  

  procedure DoChildAutoPositioning;

  

  procedure DoKeyDown(); override;

  

  procedure DoAfterMerge; override;

  

  procedure Paint; override;

  

  procedure SetScrollH(); virtual;

  

  procedure SetScrollV(); virtual;

  

  procedure DoScrollX(); virtual;

  

  procedure DoScrollY(); virtual;

  

  property ScrollOffset: TPointD; [rw]

  

public

  constructor Create(); override;

  

  function InsertChild(); override;

  

  procedure SetInnerBounds(); override;

  

  procedure Scale(); override;

  

  property ScrollH: TScrollCtrl; [r]

  

  property ScrollV: TScrollCtrl; [r]

  

published

  property Margin: Double; [rw]

  

  property ShadowSize: Double; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

  property OnPaint: TNotifyEvent; [rw]

  

end;

Inheritance

TScrollingCtrl

  

|

TCustomCtrl

  

|

THitTestLayer32,INotifyRecipient

  

|

TLayer32

  

|

TStorage

  

|

TInterfacedObj

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio