menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VirtualizingCellsControlChildFrame - API Reference

    Show / Hide Table of Contents

    Class VirtualizingCellsControlChildFrame

    Implements a child frame in a VirtualizingCellsControl that can be placed at the top, bottom, left and right side of the control so that contents do scroll similiar to the Internet Explorer frames concept. Each frame remembers its placement.

    Adding and removing elements from the children collection does not trigger calls to InvalidateMeasure. This allows adding and removing elements on the fly. A derived control is responsible to call Measure and Arrange on child elements since this base class will not do this by itsself.

    Inheritance
    System.Object
    VisualContainer
    ScrollControlChildFrame
    VirtualizingCellsControlChildFrame
    Implements
    System.IDisposable
    Inherited Members
    ScrollControlChildFrame.SetState(Boolean, Boolean, Boolean, Boolean)
    ScrollControlChildFrame.CompareState(Boolean, Boolean, Boolean, Boolean)
    ScrollControlChildFrame.EnableChildFrameArrangement
    ScrollControlChildFrame.RowSection
    ScrollControlChildFrame.ColumnSection
    ScrollControlChildFrame.IsAtTop
    ScrollControlChildFrame.IsAtLeftSide
    ScrollControlChildFrame.IsAtBottom
    ScrollControlChildFrame.IsAtRightSide
    ScrollControlChildFrame.IsScrollFrame
    VisualContainer.WantsMouseInputProperty
    VisualContainer.WantsKeyInputProperty
    VisualContainer.CellRenderBoundsProperty
    VisualContainer.GetWantsMouseInput(DependencyObject, UIElement)
    VisualContainer.SetWantsMouseInput(DependencyObject, Nullable<Boolean>)
    VisualContainer.SetWantsKeyInput(DependencyObject, Boolean)
    VisualContainer.GetWantsKeyInput(DependencyObject)
    VisualContainer.GetRenderBoundsInherited(DependencyObject)
    VisualContainer.GetRenderBounds(DependencyObject)
    VisualContainer.SetRenderBounds(DependencyObject, Rect)
    VisualContainer.GetParent(DependencyObject)
    VisualContainer.OnRender(DrawingContext)
    VisualContainer.HitTestCore(GeometryHitTestParameters)
    VisualContainer.HitTestCore(PointHitTestParameters)
    VisualContainer.GetVisualChild(Int32)
    VisualContainer.Dispose()
    VisualContainer.Children
    VisualContainer.VisualChildrenCount
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class VirtualizingCellsControlChildFrame : ScrollControlChildFrame, IDisposable

    Constructors

    VirtualizingCellsControlChildFrame()

    Initializes a new instance of the VirtualizingCellsControlChildFrame class.

    Declaration
    public VirtualizingCellsControlChildFrame()

    Methods

    ArrangeOverride(Size)

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize
    Returns
    Type Description
    System.Windows.Size
    Overrides
    VisualContainer.ArrangeOverride(Size)

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size constraint)
    Parameters
    Type Name Description
    System.Windows.Size constraint
    Returns
    Type Description
    System.Windows.Size
    Overrides
    VisualContainer.MeasureOverride(Size)

    ToString()

    Returns a System.String with state information about the object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Returns a System.String with state information about the object.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved