menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollableChildFrame - WindowsForms 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
    SelectionPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.Windows.Forms.CellGrid
    Assembly: Syncfusion.Spreadsheet.Windows.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

    Dispose(Boolean)

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

    MeasureOverride(Size)

    Performs the measure related operations for CellsPanel.

    Declaration
    protected virtual Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Drawing.Size availableSize
    Returns
    Type
    System.Drawing.Size

    WndProc(ref Message)

    Used to make the HitTestVisible as false

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m

    Implements

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