menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollableChildFrame - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollableChildFrame

    This is a panel which is used as a child panel of VisualContainer.

    Inheritance
    System.Object
    ScrollableChildFrame
    CellBordersPanel
    SelectionPanel
    FormulaRangeSelectionPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class ScrollableChildFrame : Panel, IDisposable

    Constructors

    ScrollableChildFrame(String)

    Creates a new instance.

    Declaration
    public ScrollableChildFrame(string name)
    Parameters
    Type Name Description
    System.String name

    Methods

    ArrangeOverride(Size)

    Performs the arrange related operations for CellsPanel.

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

    Dispose()

    Dispose the live instances

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    MeasureOverride(Size)

    Performs the measure related operations for CellsPanel.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize
    Returns
    Type
    System.Windows.Size

    Implements

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