VirtualizingStackPanel Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The VirtualizingStackPanel type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows Phone AddHandler Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from UIElement.)
Protected methodSupported by Silverlight for Windows Phone AddInternalChild Adds the specified UIElement to the Children collection of a VirtualizingPanel element. (Inherited from VirtualizingPanel.)
Public methodSupported by Silverlight for Windows Phone Arrange Positions child objects and determines a size for a UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update. (Inherited from UIElement.)
Protected methodSupported by Silverlight for Windows Phone ArrangeOverride Arranges the content of a VirtualizingStackPanel element. (Overrides FrameworkElement.ArrangeOverride(Size).)
Protected methodSupported by Silverlight for Windows Phone BringIndexIntoView When implemented in a derived class, generates the item at the specified index location and makes it visible. (Inherited from VirtualizingPanel.)
Public methodSupported by Silverlight for Windows Phone CaptureMouse Sets mouse capture to a UIElement. (Inherited from UIElement.)
Public methodSupported by Silverlight for Windows Phone CheckAccess Determines whether the calling thread has access to this object. (Inherited from DependencyObject.)
Public methodSupported by Silverlight for Windows Phone ClearValue Clears the local value of a dependency property. (Inherited from DependencyObject.)
Public methodSupported by Silverlight for Windows Phone Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone FindName Retrieves an object that has the specified identifier name. (Inherited from FrameworkElement.)
Public methodSupported by Silverlight for Windows Phone GetAnimationBaseValue Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.)
Public methodSupported by Silverlight for Windows Phone GetBindingExpression Retrieves the BindingExpression for a dependency property where a binding is established. (Inherited from FrameworkElement.)
Public methodSupported by Silverlight for Windows Phone GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodStatic memberSupported by Silverlight for Windows Phone GetIsVirtualizing Gets a value that determines whether the VirtualizingStackPanel is virtualizing its content.
Public methodSupported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone GetValue Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.)
Public methodStatic memberSupported by Silverlight for Windows Phone GetVirtualizationMode Returns the VirtualizationMode for the specified object.
Protected methodSupported by Silverlight for Windows Phone InsertInternalChild Adds the specified UIElement to the collection of a VirtualizingPanel element at the specified index position. (Inherited from VirtualizingPanel.)
Public methodSupported by Silverlight for Windows Phone InvalidateArrange Invalidates the arrange state (layout) for a UIElement. After the invalidation, the UIElement will have its layout updated, which will occur asynchronously. (Inherited from UIElement.)
Public methodSupported by Silverlight for Windows Phone InvalidateMeasure Invalidates the measurement state (layout) for a UIElement. (Inherited from UIElement.)
Public methodSupported by Silverlight for Windows Phone LineDown Scrolls content downward by one logical unit.
Public methodSupported by Silverlight for Windows Phone LineLeft Scrolls content to the left by one logical unit.
Public methodSupported by Silverlight for Windows Phone LineRight Scrolls content to the right by one logical unit.
Public methodSupported by Silverlight for Windows Phone LineUp Scrolls content upward by one logical unit.
Public methodSupported by Silverlight for Windows Phone MakeVisible Scrolls to the specified coordinates and makes that portion of a UIElement visible.
Public methodSupported by Silverlight for Windows Phone Measure Updates the DesiredSize of a UIElement. Typically, objects that implement custom layout for their layout children call this method from their own MeasureOverride implementations to form a recursive layout update. (Inherited from UIElement.)
Protected methodSupported by Silverlight for Windows Phone MeasureOverride Measures the child elements of a VirtualizingStackPanel in anticipation of arranging them during the ArrangeOverride pass. (Overrides FrameworkElement.MeasureOverride(Size).)
Protected methodSupported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone MouseWheelDown Scrolls content logically downward in response to a downward click of the mouse wheel button.
Public methodSupported by Silverlight for Windows Phone MouseWheelLeft Scrolls content logically to the left in response to a left click of the mouse wheel button.
Public methodSupported by Silverlight for Windows Phone MouseWheelRight Scrolls content logically to the right in response to a right click of the mouse wheel button.
Public methodSupported by Silverlight for Windows Phone MouseWheelUp Scrolls content logically upward in response to an upward click of the mouse wheel button.
Public methodSupported by Silverlight for Windows Phone OnApplyTemplate When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks. (Inherited from FrameworkElement.)
Protected methodSupported by Silverlight for Windows Phone OnCleanUpVirtualizedItem Called when an item that is hosted by the VirtualizingStackPanel is re-virtualized.
Protected methodSupported by Silverlight for Windows Phone OnClearChildren Called when the collection of child elements is cleared by the base Panel class. (Overrides VirtualizingPanel.OnClearChildren().)
Protected methodSupported by Silverlight for Windows Phone OnCreateAutomationPeer When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure. (Inherited from UIElement.)
Protected methodSupported by Silverlight for Windows Phone OnItemsChanged Called when the Items collection that is associated with the ItemsControl for this Panel changes. (Overrides VirtualizingPanel.OnItemsChanged(Object, ItemsChangedEventArgs).)
Public methodSupported by Silverlight for Windows Phone PageDown Scrolls content downward by one page.
Public methodSupported by Silverlight for Windows Phone PageLeft Scrolls content to the left by one page.
Public methodSupported by Silverlight for Windows Phone PageRight Scrolls content to the right by one page.
Public methodSupported by Silverlight for Windows Phone PageUp Scrolls content upward by one page.
Public methodSupported by Silverlight for Windows Phone ReadLocalValue Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.)
Public methodSupported by Silverlight for Windows Phone ReleaseMouseCapture Removes mouse capture from a UIElement. After this call, typically no object holds mouse capture. (Inherited from UIElement.)
Public methodSupported by Silverlight for Windows Phone RemoveHandler Removes the specified routed event handler from this UIElement. (Inherited from UIElement.)
Protected methodSupported by Silverlight for Windows Phone RemoveInternalChildRange Removes child elements from the Children collection. (Inherited from VirtualizingPanel.)
Public methodSupported by Silverlight for Windows Phone SetBinding Attaches a binding to a FrameworkElement, using the provided binding object, and returns a BindingExpressionBase for possible later use. (Inherited from FrameworkElement.)
Public methodSupported by Silverlight for Windows Phone SetHorizontalOffset Sets the value of the HorizontalOffset property.
Public methodSupported by Silverlight for Windows Phone SetValue Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.)
Public methodSupported by Silverlight for Windows Phone SetVerticalOffset Sets the value of the VerticalOffset property.
Public methodStatic memberSupported by Silverlight for Windows Phone SetVirtualizationMode Sets the VirtualizationMode on the specified object.
Public methodSupported by Silverlight for Windows Phone ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows Phone TransformToVisual Returns a transform object that can be used to transform coordinates from the UIElement to the specified object. (Inherited from UIElement.)
Public methodSupported by Silverlight for Windows Phone UpdateLayout Ensures that all positions of child objects of a UIElement are properly updated for layout. (Inherited from UIElement.)

Top