Summary
Invalidates the measure of the control and forces a call to
UpdateControls()
on the next measure.
- Namespace
- Avalonia
.Controls - Containing Type
- IVirtualizingPanel
Syntax
void ForceInvalidateMeasure()
Remarks
The implementation for this method should call
InvalidateMeasure()
and also ensure that the next call to
Measure(Size)
calls
UpdateControls()
on the next measure even if
the available size hasn't changed.
Return Value
Type | Description |
---|---|
void |