LinedFlowLayout.InvalidateItemsInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.