Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 688 Bytes

virtualizingpanel_removeinternalchildrange_1714991638.md

File metadata and controls

28 lines (18 loc) · 688 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.VirtualizingPanel.RemoveInternalChildRange(System.Int32,System.Int32)
winrt method

Windows.UI.Xaml.Controls.VirtualizingPanel.RemoveInternalChildRange

-description

Removes child elements from the Children collection.

-parameters

-param index

The beginning index position within the collection at which the first child element is removed.

-param range

The total number of child elements to remove from the collection.

-remarks

-examples

-see-also