Share via


ScrollViewer.ArrangeOverride Method

Arranges and sizes the contents (controls) of a ScrollViewer object.

Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

protected override void ArrangeOverride (
         intarrangeWidth,
         intarrangeHeight
)

Parameters

  • arrangeWidth
    The width of the area in which the contents of the ScrollViewer control are arranged.
  • arrangeHeight
    The height of the area in which the contents of the ScrollViewer control are arranged.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

ScrollViewer Class
ScrollViewer Members
Microsoft.SPOT.Presentation.Controls Namespace