menu

WPF

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

    Show / Hide Table of Contents

    Class SelectionPanel

    Inheritance
    System.Object
    ScrollableChildFrame
    SelectionPanel
    SelectionPanelExt
    Implements
    System.IDisposable
    Inherited Members
    ScrollableChildFrame.Dispose()
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class SelectionPanel : ScrollableChildFrame, IDisposable

    Constructors

    SelectionPanel(String)

    Initializes a new instance of the SelectionPanel class.

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

    Name of the panel.

    Methods

    ArrangeOverride(Size)

    Arranges the content of SelectionPanel in SfCellGrid.

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

    The final size which the panel used to arrange itself.

    Returns
    Type Description
    System.Windows.Size

    The actual size used.

    Overrides
    ScrollableChildFrame.ArrangeOverride(Size)

    Dispose(Boolean)

    Dispose the live resources used by the SelectionPanel class.

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

    Dispose the instance, if it is True

    Overrides
    ScrollableChildFrame.Dispose(Boolean)

    MeasureOverride(Size)

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

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

    The size that the panel can occupy.

    Returns
    Type Description
    System.Windows.Size

    The desired size of SelectionPanel.

    Overrides
    ScrollableChildFrame.MeasureOverride(Size)

    RenderSelectedCells()

    Used to draw the borders for selection in SfCellGrid.

    Declaration
    protected virtual void RenderSelectedCells()

    Implements

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