menu

WinForms

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

    Show / Hide Table of Contents

    Class ColumnResizingController

    Provides the base implementation for column resizing operations in SfCellGrid.

    Inheritance
    System.Object
    ColumnResizingController
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.CellGrid
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class ColumnResizingController : IDisposable

    Constructors

    ColumnResizingController(SfCellGrid)

    Initializes a new instance of the ColumnResizingController class.

    Declaration
    public ColumnResizingController(SfCellGrid cellGrid)
    Parameters
    Type Name Description
    SfCellGrid cellGrid

    An instance of SfCellGrid.

    Properties

    HitTestPrecision

    Gets or sets the value, which is used to get the visible line when mouse over the column line.

    Declaration
    public double HitTestPrecision { get; set; }
    Property Value
    Type Description
    System.Double

    Visible line.

    ResizeRowIndex

    Gets or sets the value which indicates, the column resizing will be perform in which RowIndex when set multiple header rows.

    Declaration
    public int ResizeRowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Row Index.

    Methods

    Dispose()

    Call the Dispose and SuppressFinalize method for dipose the instance of ColumnResizingController class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Releases the unmanaged resources used by the ColumnResizingController and optionally releases the managed resources.

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

    Dispose the instance, if it is True

    DoubleTapped(MouseEventArgs)

    Occurs when the pointer double tapped in the cell.

    Declaration
    protected virtual void DoubleTapped(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    An System.Windows.Input.MouseButtonEventArgs that contains the event data.

    HitTest(Point)

    Returns True or False based on the visible line on the pointer pressed position.

    Declaration
    protected virtual bool HitTest(Point point)
    Parameters
    Type Name Description
    System.Drawing.Point point

    Position of the pointer.

    Returns
    Type Description
    System.Boolean

    True or False.

    HitTest(Point, out Cursor)

    Returns the visible line where the pointer is pressed.

    Declaration
    protected virtual VisibleLineInfo HitTest(Point point, out Cursor cursor)
    Parameters
    Type Name Description
    System.Drawing.Point point

    Position of the pointer.

    System.Windows.Forms.Cursor cursor

    Mouse pointer.

    Returns
    Type Description
    VisibleLineInfo

    An instance of VisibleLineInfo.

    OnPointerMoved(MouseEventArgs)

    Occurs when the pointer moves in SfCellGrid.

    Declaration
    protected virtual void OnPointerMoved(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    An System.Windows.Input.MouseEventArgs that contains the event data.

    OnPointerPressed(MouseEventArgs)

    Occurs when the pointer is pressed in SfCellGrid.

    Declaration
    protected virtual void OnPointerPressed(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    An System.Windows.Input.MouseButtonEventArgs that contains the event data.

    OnPointerReleased(MouseEventArgs)

    Occurs when the pointer is released in SfCellGrid.

    Declaration
    protected virtual void OnPointerReleased(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    An System.Windows.Input.MouseButtonEventArgs that contains the event data.

    SetDragLine(VisibleLineInfo)

    Sets the column line while resizing.

    Declaration
    protected void SetDragLine(VisibleLineInfo dragLine)
    Parameters
    Type Name Description
    VisibleLineInfo dragLine

    Visible line.

    Implements

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