Share via


LinedFlowLayout.InvalidateItemsInfo Method

Definition

Causes the LinedFlowLayout to do a reflow of its items.

public:
 virtual void InvalidateItemsInfo() = InvalidateItemsInfo;
void InvalidateItemsInfo();
public void InvalidateItemsInfo();
function invalidateItemsInfo()
Public Sub InvalidateItemsInfo ()

Remarks

Any potential item sizing information previously collected through the ItemsInfoRequested event is discarded as part of the reflow of items. That event is then raised to retrieve the latest item sizing information given the current scrolling viewport position.

Applies to