Table of Contents

Method CreateWithChild

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateWithChild(AbstractControl?)

Creates ScrollViewer with the specified child control.

public static ScrollViewer CreateWithChild(AbstractControl? child)

Parameters

child AbstractControl

Child control.

Returns

ScrollViewer