IVirtualizingController.

UpdateControls() Method

Summary

Called when the IVirtualizingPanel's controls should be updated.
Namespace
Avalonia.Controls
Containing Type
IVirtualizingController

Syntax

void UpdateControls()

Remarks

The controller should respond to this method being called by either adding children up until IsFull becomes true or removing OverflowCount controls.

Return Value

Type Description
void