VirtualizingStackPanel.IsVirtualizing Attached Property
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.
Gets a value that indicates whether a child item of the panel is virtualized.
see GetIsVirtualizing
see GetIsVirtualizing
see GetIsVirtualizing
Remarks
Note
VirtualizingStackPanel.IsVirtualizing
is an atypical attached property because it does not have a Set
accessor, and thus is not really a XAML attached property with a markup usage. It uses the attached property model as a property store, but does not support an Extensible Application Markup Language (XAML) usage. Instead, the property serves as a sentinel that any VirtualizingStackPanel
child element can check to determine whether that child is currently being represented as virtualized. To find out if an item is being virtualized, call GetIsVirtualizing, passing the item as the input parameter.
- Type: Boolean
- Identifier field: IsVirtualizingProperty
- Accessor methods: GetIsVirtualizing