HypernovaDesktop Components · docs
Binarymission
WPFVirtualizing Wrap Panel › BinaryVirtualizingWrapPanel

BinaryVirtualizingWrapPanel

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Panels

A class that behaves like a WrapPanel control, with additional ability out-of-the-box scrolling and being able to automatically virtualize/realize the content.

public class BinaryVirtualizingWrapPanel : VirtualizingPanel, IScrollInfo, ISupportTransactionalUpdates

Inherits from / implements: VirtualizingPanel, IScrollInfo, ISupportTransactionalUpdates

Remarks

The virtualization will have any effect only when the content items are retrieved by data-binding.
Important note: Please note that at this time of release, the BinaryVirtualizingWrapPanel control does not support its functionality when the root element in the window is a StackPanel control.
In order to work with this control, please consider using other panels (such as WrapPanel, DockPanel or others) as your Window's Root element .

Members at a glance

BinaryVirtualizingWrapPanelInitializes a new instance of the BinaryVirtualizingWrapPanel class.
AutoUpdateViewportOnDetectingTransactionalUpdatesToDataSourceGets or sets a value indicating whether [automatic update viewport on detecting transactional updates to data source].
CanHorizontallyScrollGets or sets a value that indicates whether scrolling on the horizontal axis is possible.
CanVerticallyScrollGets or sets a value that indicates whether scrolling on the vertical axis is possible.
CustomExtraSpacingBetweenGroupHeaderRowAndDataItemRowGets or sets a custom extra spacing to render between the group header row and the data item row.
CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBeginsGets or sets the custom extra spacing to render between where a group rendering completes and the next group header row rendering begins.
DesiredChildIndexScrollingIsDataContextSynchronizedGets or sets whether the control's DesiredChildIndexToScrollTo is set to be synchronized with the current item in the data context.
DesiredChildIndexToScrollToGets or sets the desired child index to scroll to.
ExtentHeightGets the vertical size of the extent.
ExtentWidthGets the horizontal size of the extent.
GroupHeaderItemCustomHeightGets or sets a custom height when rendering the group header using a custom Datatemplate.
GroupVirtualizationModeGets or sets the virtualization mode when grouping is enabled on the data source.
HorizontalOffsetGets the horizontal offset of the scrolled content.
IsAnimationEnabledGets or sets a value indicating whether this instance is animation enabled.
IsAnimationEnabledWhenScrollToASpecificChildIndexGets or sets a value indicating whether this instance is animation enabled for deterministically scrolling to a specific child index.
IsDataSourceGroupedGets or sets whether the data source of the items control is set up with grouping information.
IsDynamicConstructionCapabilityEnabledGets or sets a value indicating whether this instance is dynamic construction capability enabled.
IsExtraMarginAtStartupRequiredGets or sets a value indicating whether this instance is extra margin at startup required.
IsRenderItemDimensionHeightSpacingBetweenGroupHeaderAndDataItemRowEnabledGets or sets whether to render spacing between the group header and data item row.
IsTrimExtraLinkbreakForLeadingRowWithOneChildEnabledGets or sets whether to automatically trim the extra leading space between header and row data if there is only one child per row that is being rendered.
ItemDimensionGets or sets the size of the content items.
ItemPositioningModeGets or sets the item positioning mode.
OrientationGets or sets the orientation for laying-out the children items.
PanelAnimationEffectGets or sets the panel animation effect.
ReRenderVisibilityRangeMaxCountGets or sets the maximum number of items that the control has to prepare when about to re-render the viewport due to a trigger to the view invalidation.
RendertimeMarginGets or sets the rendertime margin.
ScrollOwnerGets or sets a ScrollViewer element that controls scrolling behavior.
ShouldAdjustRightHorizontalAlignmentSetupConsideringScrollInfoGets or sets a value indicating whether the control should adjust right horizontal alignment margin setup considering the host ItemsControl scrollbar visual.
ShouldAutoAdjustParentItemsControlInternalPaddingGets or sets whether the component should automatically adjust the internal padding setup in the Control styles of the owner ItemsControl.
ShouldRecomputeViewportExtentSpacingUponAlignmentGets or sets a value indicating whether the control should recompute the viewport vis-a-vis extent spacing upon alignment.
ShouldRenderExtraLineBeforeHeaderGets or sets a value indicating whether the control should render an extra line before header in standalone line rendering mode.
ShouldRenderItemHeightSpacingAfterAGroupHasBeenRenderedGets or sets a value indicating whether the control should render an item height worth of spacing after a group has been rendered.
ShouldShareUnusedSpaceEquallyOnHorizontalAlignmentGets or sets a value indicating whether the control should share unused space equally on horizontal alignment.
ShouldUseRenderTimeMarginValuesWhenRecomputingViewPortExtentSpacingAdjustmentGets or sets a value indicating whether the control should use the value set for RendertimeMargin relevant values when recomputing view port extent spacing adjustment for the property ShouldRecomputeViewportExtentSpacingUponAlignment.
VerticalOffsetGets the vertical offset of the scrolled content.
ViewportHeightGets the vertical size of the viewport for this content.
ViewportWidthGets the horizontal size of the viewport for this content.
VirtualizationSchemeOptionGets or sets the virtualization scheme.
VirtualizationSchemeWhenScrollingToASpecificChildIndexGets or sets the VirtualizationScheme to use, when scrolling to a specific child.
ArrangeOverrideWhen overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
LineDownScrolls down within content by one logical unit.
LineLeftScrolls left within content by one logical unit.
LineRightScrolls right within content by one logical unit.
LineUpScrolls up within content by one logical unit.
MakeVisibleThis method is not available in the Virtualization scenario.
MeasureOverrideWhen overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
MouseWheelDownScrolls down within content after a user clicks the wheel button on a mouse.
MouseWheelLeftScrolls left within content after a user clicks the wheel button on a mouse.
MouseWheelRightScrolls right within content after a user clicks the wheel button on a mouse.
MouseWheelUpScrolls up within content after a user clicks the wheel button on a mouse.
OnItemsChangedCalled when the Items collection that is associated with the ItemsControl for this Panel changes.
OnKeyDownInvoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
OnRenderSizeChangedRaises the SizeChanged event, using the specified information as part of the eventual event data.
PageDownScrolls down within content by one page.
PageLeftScrolls left within content by one page.
PageRightScrolls right within content by one page.
PageUpScrolls up within content by one page.
RefreshPerforms deterministic update of the virtualized viewport data. An implementation for Refresh.
ScrollToTheDesiredChildScrolls to the desired child.
SetHorizontalOffsetSets the amount of horizontal offset.
SetVerticalOffsetSets the amount of vertical offset.
AboutToRenderChildItemsRaised when the control is about to render / display the items in the viewport.
CustomExtraSpacingBetweenGroupHeaderRowAndDataItemRowPropertyThe custom extra spacing between group header row and data item row property
CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBeginsPropertyThe custom extra spacing between group rendering completion and group header row rendering begins property
DesiredChildIndexScrollingIsDataContextSynchronizedPropertyThe desired child index scrolling is data context synchronized property
DesiredChildIndexToScrollToPropertyDesiredChildIndexToScrollToProperty property.
GroupHeaderItemCustomHeightPropertyThe group header item custom height property
GroupVirtualizationModePropertyGets or sets the virtualization mode when grouping is enabled on the data source.
IsAnimationEnabledPropertyIsAnimationEnabledProperty property.
IsAnimationEnabledWhenScrollToASpecificChildIndexPropertyIsAnimationEnabledForDeterministicScrollToASpecificChildIndexProperty property.
IsDataSourceGroupedPropertyGets or sets whether the data source of the items control is set up with grouping information.
IsDynamicConstructionCapabilityEnabledPropertyThe is dynamic construction capability enabled property
IsExtraMarginAtStartupRequiredPropertyThe is extra margin at startup required property
IsRenderItemDimensionHeightSpacingBetweenGroupHeaderAndDataItemRowEnabledPropertyThe is render item dimension height spacing between group header and data item row enabled property
IsTrimExtraLinkbreakForFirstRowEnabledPropertyThe is trim extra linkbreak for first row enabled property
ItemDimensionPropertyItemDimensionProperty property.
ItemPositioningModePropertyThe item positioning mode property
OrientationPropertyOrientationProperty property.
PanelAnimationEffectPropertyPanelAnimationEffectProperty property.
ReRenderVisibilityRangeMaxCountPropertyThe re render visibility range maximum count property
RendertimeMarginPropertyThe rendertime margin property
ShouldAutoAdjustParentItemsControlInternalPaddingPropertyIdentifies the ShouldAutoAdjustParentItemsControlInternalPadding dependency property.
ShouldRenderExtraLineBeforeHeaderPropertyGets or sets a value indicating whether the control should render an extra line before header in standalone line rendering mode.
ShouldRenderItemHeightSpacingAfterAGroupHasBeenRenderedPropertyThe should render item height spacing after a group has been rendered property
VirtualizationSchemeOptionPropertyVirtualizationSchemeOptionProperty property.
VirtualizationSchemeWhenScrollingToASpecificChildIndexPropertyVirtualizationSchemeWhenScrollingToASpecificChildIndexProperty property.

Constructors

BinaryVirtualizingWrapPanel

public BinaryVirtualizingWrapPanel()

Initializes a new instance of the BinaryVirtualizingWrapPanel class.

Properties

AutoUpdateViewportOnDetectingTransactionalUpdatesToDataSource

public bool AutoUpdateViewportOnDetectingTransactionalUpdatesToDataSource

Gets or sets a value indicating whether [automatic update viewport on detecting transactional updates to data source].

Value. true if [automatic update viewport on detecting transactional updates to data source]; otherwise, false .

CanHorizontallyScroll

public bool CanHorizontallyScroll

Gets or sets a value that indicates whether scrolling on the horizontal axis is possible.

Value. true if this instance can horizontally scroll; otherwise, false .

CanVerticallyScroll

public bool CanVerticallyScroll

Gets or sets a value that indicates whether scrolling on the vertical axis is possible.

Value. true if this instance can vertically scroll; otherwise, false .

CustomExtraSpacingBetweenGroupHeaderRowAndDataItemRow

public double CustomExtraSpacingBetweenGroupHeaderRowAndDataItemRow

Gets or sets a custom extra spacing to render between the group header row and the data item row.

Value. The custom extra spacing between group header row and data item row.

By default, the spacing is rendered automatically to a size value of the ItemDimension.Height value. But if you set the IsRenderItemDimensionHeightSpacingBetweenGroupHeaderAndDataItemRowEnabled to false, then this automatic spacing will not be rendered.
In that case, the control will just render a default spacing of 4 DIP units between group header row and the data item row. You can customize this value using this property and set your own custom pixel units value as the spacing.

CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBegins

public double CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBegins

Gets or sets the custom extra spacing to render between where a group rendering completes and the next group header row rendering begins.

Value. The custom extra spacing between group rendering completion and group header row rendering begins.

This property has effect only when the property ShouldRenderItemHeightSpacingAfterAGroupHasBeenRendered is set to false.
By default the value of this property is set to 48.0.
Note that the maximum value this property can be set to is 80% of the ItemDimension's Height value.

DesiredChildIndexScrollingIsDataContextSynchronized

public bool DesiredChildIndexScrollingIsDataContextSynchronized

Gets or sets whether the control's DesiredChildIndexToScrollTo is set to be synchronized with the current item in the data context.

Value. true if [desired child index scrolling is data context synchronized]; otherwise, false .

DesiredChildIndexToScrollTo

public int DesiredChildIndexToScrollTo

Gets or sets the desired child index to scroll to.

Value. The desired child index to scroll to.

Set this property value to -1 if you don't want to scroll to a particular index.

ExtentHeight

public double ExtentHeight

Gets the vertical size of the extent.

Value. The height of the extent.

ExtentWidth

public double ExtentWidth

Gets the horizontal size of the extent.

Value. The width of the extent.

GroupHeaderItemCustomHeight

public double GroupHeaderItemCustomHeight

Gets or sets a custom height when rendering the group header using a custom Datatemplate.

Value. The height of the group header item custom.

GroupVirtualizationMode

public GroupVirtualizationMode GroupVirtualizationMode

Gets or sets the virtualization mode when grouping is enabled on the data source.

Value. The group virtualization mode.

HorizontalOffset

public double HorizontalOffset

Gets the horizontal offset of the scrolled content.

Value. The horizontal offset.

IsAnimationEnabled

public bool IsAnimationEnabled

Gets or sets a value indicating whether this instance is animation enabled.

Value. true if this instance is animation enabled; otherwise, false .

IsAnimationEnabledWhenScrollToASpecificChildIndex

public bool IsAnimationEnabledWhenScrollToASpecificChildIndex

Gets or sets a value indicating whether this instance is animation enabled for deterministically scrolling to a specific child index.

Value. true if this instance is animation enabled when scroll to a specific child index; otherwise, false .

The default value is false.

IsDataSourceGrouped

public bool IsDataSourceGrouped

Gets or sets whether the data source of the items control is set up with grouping information.

Value. true if this instance is data source grouped; otherwise, false .

IsDynamicConstructionCapabilityEnabled

public bool IsDynamicConstructionCapabilityEnabled

Gets or sets a value indicating whether this instance is dynamic construction capability enabled.

Value. true if this instance is dynamic construction capability enabled; otherwise, false .

IsExtraMarginAtStartupRequired

public bool IsExtraMarginAtStartupRequired

Gets or sets a value indicating whether this instance is extra margin at startup required.

Value. true if for this instance, the extra margin at startup is required; otherwise, false .

IsRenderItemDimensionHeightSpacingBetweenGroupHeaderAndDataItemRowEnabled

public bool IsRenderItemDimensionHeightSpacingBetweenGroupHeaderAndDataItemRowEnabled

Gets or sets whether to render spacing between the group header and data item row.

Value. true if this instance is render item dimension height spacing between group header and data item row enabled; otherwise, false .

By default this property is set to true, and the spacing between the group header row and the data item row is equal to the height value of the row as set in the ItemDimension property.

IsTrimExtraLinkbreakForLeadingRowWithOneChildEnabled

public bool IsTrimExtraLinkbreakForLeadingRowWithOneChildEnabled

Gets or sets whether to automatically trim the extra leading space between header and row data if there is only one child per row that is being rendered.

Value. true if this instance is trim extra linkbreak for leading row with one child enabled; otherwise, false .

ItemDimension

public Size ItemDimension

Gets or sets the size of the content items.

Value. The size of the item.

The control needs a size value for the child items to be hosted in it. You could provide a maximum of the size value that you think is the child items would have.

ItemPositioningMode

public ItemPositioningMode ItemPositioningMode

Gets or sets the item positioning mode.

Value. The item positioning mode.

Orientation

public Orientation Orientation

Gets or sets the orientation for laying-out the children items.

Value. The orientation.

PanelAnimationEffect

public AnimationEffect PanelAnimationEffect

Gets or sets the panel animation effect.

Value. The AnimationEffect.

ReRenderVisibilityRangeMaxCount

public int ReRenderVisibilityRangeMaxCount

Gets or sets the maximum number of items that the control has to prepare when about to re-render the viewport due to a trigger to the view invalidation.

Value. The re render visibility range maximum count.

By default this is set to 100. You can set a desired limit, but do not set this to too low or too large. A recommended low range would 15, and a high range would be 175.

RendertimeMargin

public Thickness RendertimeMargin

Gets or sets the rendertime margin.

Value. The rendertime margin.

ScrollOwner

public ScrollViewer ScrollOwner

Gets or sets a ScrollViewer element that controls scrolling behavior.

Value. The scroll owner.

ShouldAdjustRightHorizontalAlignmentSetupConsideringScrollInfo

public bool ShouldAdjustRightHorizontalAlignmentSetupConsideringScrollInfo

Gets or sets a value indicating whether the control should adjust right horizontal alignment margin setup considering the host ItemsControl scrollbar visual.

Value. true if [should adjust right horizontal alignment setup considering scroll information]; otherwise, false .

ShouldAutoAdjustParentItemsControlInternalPadding

public bool ShouldAutoAdjustParentItemsControlInternalPadding

Gets or sets whether the component should automatically adjust the internal padding setup in the Control styles of the owner ItemsControl.

The default is true.

ShouldRecomputeViewportExtentSpacingUponAlignment

public bool ShouldRecomputeViewportExtentSpacingUponAlignment

Gets or sets a value indicating whether the control should recompute the viewport vis-a-vis extent spacing upon alignment.

Value. true if [should recompute viewport extent spacing upon alignment]; otherwise, false .

ShouldRenderExtraLineBeforeHeader

public bool ShouldRenderExtraLineBeforeHeader

Gets or sets a value indicating whether the control should render an extra line before header in standalone line rendering mode.

Value. true if [should render extra line before header]; otherwise, false .

ShouldRenderItemHeightSpacingAfterAGroupHasBeenRendered

public bool ShouldRenderItemHeightSpacingAfterAGroupHasBeenRendered

Gets or sets a value indicating whether the control should render an item height worth of spacing after a group has been rendered.

Value. true if [should render item height spacing after a group has been rendered]; otherwise, false .

By default this property is set to true. This means that the control will render a ItemDimension Height value worth of spacing between where a group rendering completes, and where the next row header is about to be rendered.
If you switch this property to true, then ensure to set a custom value for the property CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBegins.
By default the value of the property CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBegins is set to 48.0.

ShouldShareUnusedSpaceEquallyOnHorizontalAlignment

public bool ShouldShareUnusedSpaceEquallyOnHorizontalAlignment

Gets or sets a value indicating whether the control should share unused space equally on horizontal alignment.

Value. true if [should share unused space equally on horizontal alignment]; otherwise, false .

ShouldUseRenderTimeMarginValuesWhenRecomputingViewPortExtentSpacingAdjustment

public bool ShouldUseRenderTimeMarginValuesWhenRecomputingViewPortExtentSpacingAdjustment

Gets or sets a value indicating whether the control should use the value set for RendertimeMargin relevant values when recomputing view port extent spacing adjustment for the property ShouldRecomputeViewportExtentSpacingUponAlignment.

Value. true if [should use render time margin values when recomputing view port extent spacing adjustment]; otherwise, false .

VerticalOffset

public double VerticalOffset

Gets the vertical offset of the scrolled content.

Value. The vertical offset.

ViewportHeight

public double ViewportHeight

Gets the vertical size of the viewport for this content.

Value. The height of the viewport.

ViewportWidth

public double ViewportWidth

Gets the horizontal size of the viewport for this content.

Value. The width of the viewport.

VirtualizationSchemeOption

public VirtualizationScheme VirtualizationSchemeOption

Gets or sets the virtualization scheme.

Value. The virtualization scheme.

When the control is in grouping mode - i.e. the property IsDataSourceGrouped is set to true, the only VirtualizationScheme value you can use is VirtualizationScheme.LightWeightCache.

VirtualizationSchemeWhenScrollingToASpecificChildIndex

public VirtualizationScheme VirtualizationSchemeWhenScrollingToASpecificChildIndex

Gets or sets the VirtualizationScheme to use, when scrolling to a specific child.

Value. The index of the virtualization scheme when scrolling to a specific child.

Methods

ArrangeOverride

protected override Size ArrangeOverride(Size finalSize)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

finalSize
The final area within the parent that this element should use to arrange itself and its children.

Returns. The actual size used.

LineDown

public void LineDown()

Scrolls down within content by one logical unit.

LineLeft

public void LineLeft()

Scrolls left within content by one logical unit.

LineRight

public void LineRight()

Scrolls right within content by one logical unit.

LineUp

public void LineUp()

Scrolls up within content by one logical unit.

MakeVisible

public Rect MakeVisible(Visual visual, Rect rectangle)

This method is not available in the Virtualization scenario.

visual
A Visual that becomes visible.
rectangle
A bounding rectangle that identifies the coordinate space to make visible.

Returns. A Rect that is visible.

MeasureOverride

protected override Size MeasureOverride(Size availableSize)

When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.

availableSize
The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will size to whatever content is available.

Returns. The size that this element determines it needs during layout, based on its calculations of child element sizes.

MouseWheelDown

public void MouseWheelDown()

Scrolls down within content after a user clicks the wheel button on a mouse.

MouseWheelLeft

public void MouseWheelLeft()

Scrolls left within content after a user clicks the wheel button on a mouse.

MouseWheelRight

public void MouseWheelRight()

Scrolls right within content after a user clicks the wheel button on a mouse.

MouseWheelUp

public void MouseWheelUp()

Scrolls up within content after a user clicks the wheel button on a mouse.

OnItemsChanged

protected override void OnItemsChanged(object sender, ItemsChangedEventArgs args)

Called when the Items collection that is associated with the ItemsControl for this Panel changes.

sender
The Object that raised the event.
args
Provides data for the ItemsChanged event.

OnKeyDown

protected override void OnKeyDown(System.Windows.Input.KeyEventArgs e)

Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

e
The KeyEventArgs that contains the event data.

OnRenderSizeChanged

protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo)

Raises the SizeChanged event, using the specified information as part of the eventual event data.

sizeInfo
Details of the old and new size involved in the change.

PageDown

public void PageDown()

Scrolls down within content by one page.

PageLeft

public void PageLeft()

Scrolls left within content by one page.

PageRight

public void PageRight()

Scrolls right within content by one page.

PageUp

public void PageUp()

Scrolls up within content by one page.

Refresh

public void Refresh()

Performs deterministic update of the virtualized viewport data. An implementation for Refresh.

ScrollToTheDesiredChild

public void ScrollToTheDesiredChild(int desiredChildIndexToScrollTo, bool performAnimation, VirtualizationScheme virtualizationScheme)

Scrolls to the desired child.

desiredChildIndexToScrollTo
The desired child index to scroll to.
performAnimation
if set to true [perform animation].
virtualizationScheme
The desired VirtualizationScheme.

SetHorizontalOffset

public void SetHorizontalOffset(double offset)

Sets the amount of horizontal offset.

offset
The degree to which content is horizontally offset from the containing viewport.

SetVerticalOffset

public void SetVerticalOffset(double offset)

Sets the amount of vertical offset.

offset
The degree to which content is vertically offset from the containing viewport.

Events

AboutToRenderChildItems

public event EventHandler<AboutToRenderChildItemsEventArgs> AboutToRenderChildItems

Raised when the control is about to render / display the items in the viewport.

Subscribe to this event to reset the ItemDimension property value dynamically, so that you can achieve differing child item sizing as is appropriate, when the user scrolls through the control's extent.

Fields

CustomExtraSpacingBetweenGroupHeaderRowAndDataItemRowProperty

public static readonly DependencyProperty CustomExtraSpacingBetweenGroupHeaderRowAndDataItemRowProperty

The custom extra spacing between group header row and data item row property

CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBeginsProperty

public static readonly DependencyProperty CustomExtraSpacingBetweenGroupRenderingCompletionAndGroupHeaderRowRenderingBeginsProperty

The custom extra spacing between group rendering completion and group header row rendering begins property

DesiredChildIndexScrollingIsDataContextSynchronizedProperty

public static readonly DependencyProperty DesiredChildIndexScrollingIsDataContextSynchronizedProperty

The desired child index scrolling is data context synchronized property

DesiredChildIndexToScrollToProperty

public static readonly DependencyProperty DesiredChildIndexToScrollToProperty

DesiredChildIndexToScrollToProperty property.

GroupHeaderItemCustomHeightProperty

public static readonly DependencyProperty GroupHeaderItemCustomHeightProperty

The group header item custom height property

GroupVirtualizationModeProperty

public static readonly DependencyProperty GroupVirtualizationModeProperty

Gets or sets the virtualization mode when grouping is enabled on the data source.

IsAnimationEnabledProperty

public static readonly DependencyProperty IsAnimationEnabledProperty

IsAnimationEnabledProperty property.

IsAnimationEnabledWhenScrollToASpecificChildIndexProperty

public static readonly DependencyProperty IsAnimationEnabledWhenScrollToASpecificChildIndexProperty

IsAnimationEnabledForDeterministicScrollToASpecificChildIndexProperty property.

IsDataSourceGroupedProperty

public static readonly DependencyProperty IsDataSourceGroupedProperty

Gets or sets whether the data source of the items control is set up with grouping information.

IsDynamicConstructionCapabilityEnabledProperty

public static readonly DependencyProperty IsDynamicConstructionCapabilityEnabledProperty

The is dynamic construction capability enabled property

IsExtraMarginAtStartupRequiredProperty

public static readonly DependencyProperty IsExtraMarginAtStartupRequiredProperty = DependencyProperty.Register("IsExtraMarginAtStartupRequired", typeof(bool), typeof(BinaryVirtualizingWrapPanel), new UIPropertyMetadata(true, (o, e)

The is extra margin at startup required property

IsRenderItemDimensionHeightSpacingBetweenGroupHeaderAndDataItemRowEnabledProperty

public static readonly DependencyProperty IsRenderItemDimensionHeightSpacingBetweenGroupHeaderAndDataItemRowEnabledProperty

The is render item dimension height spacing between group header and data item row enabled property

IsTrimExtraLinkbreakForFirstRowEnabledProperty

public static readonly DependencyProperty IsTrimExtraLinkbreakForFirstRowEnabledProperty

The is trim extra linkbreak for first row enabled property

ItemDimensionProperty

public static readonly DependencyProperty ItemDimensionProperty

ItemDimensionProperty property.

Value. The size of the item.

ItemPositioningModeProperty

public static DependencyProperty ItemPositioningModeProperty

The item positioning mode property

OrientationProperty

public static readonly DependencyProperty OrientationProperty

OrientationProperty property.

PanelAnimationEffectProperty

public static readonly DependencyProperty PanelAnimationEffectProperty

PanelAnimationEffectProperty property.

ReRenderVisibilityRangeMaxCountProperty

public static readonly DependencyProperty ReRenderVisibilityRangeMaxCountProperty

The re render visibility range maximum count property

RendertimeMarginProperty

public static readonly DependencyProperty RendertimeMarginProperty

The rendertime margin property

ShouldAutoAdjustParentItemsControlInternalPaddingProperty

public static readonly DependencyProperty ShouldAutoAdjustParentItemsControlInternalPaddingProperty = DependencyProperty.Register("ShouldAutoAdjustParentItemsControlInternalPadding", typeof(bool), typeof(BinaryVirtualizingWrapPanel), new UIPropertyMetadata(false, (o, e)

Identifies the ShouldAutoAdjustParentItemsControlInternalPadding dependency property.

ShouldRenderExtraLineBeforeHeaderProperty

public static DependencyProperty ShouldRenderExtraLineBeforeHeaderProperty

Gets or sets a value indicating whether the control should render an extra line before header in standalone line rendering mode.

ShouldRenderItemHeightSpacingAfterAGroupHasBeenRenderedProperty

public static readonly DependencyProperty ShouldRenderItemHeightSpacingAfterAGroupHasBeenRenderedProperty

The should render item height spacing after a group has been rendered property

VirtualizationSchemeOptionProperty

public static readonly DependencyProperty VirtualizationSchemeOptionProperty

VirtualizationSchemeOptionProperty property.

VirtualizationSchemeWhenScrollingToASpecificChildIndexProperty

public static readonly DependencyProperty VirtualizationSchemeWhenScrollingToASpecificChildIndexProperty

VirtualizationSchemeWhenScrollingToASpecificChildIndexProperty property.