Piccolo.NET

PDefaultScrollDirector.Install Method 

Installs the scroll director and adds the appropriate handlers.

public virtual void Install(
   PScrollableControl scrollableControl,
   PCanvas view
);

Parameters

scrollableControl
The scrollable control on which this director directs.
view
The PCanvas that the scrollable control scrolls.

Implements

PScrollDirector.Install

See Also

PDefaultScrollDirector Class | UMD.HCIL.PiccoloX.Components Namespace