Piccolo.NET

PScrollableControl.scrollBar_Scroll Method 

Sets the view position to the appropriate value when either scrollbar changes.

protected virtual void scrollBar_Scroll(
   object sender,
   ScrollEventArgs e
);

Parameters

sender
The source of the ScrollEvent.
e
A ScrollEventArgs containing the event data.

See Also

PScrollableControl Class | UMD.HCIL.PiccoloX.Components Namespace