menu

WinForms

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

    Show / Hide Table of Contents

    Class TreeViewColumnResizeEventArgs

    Represents the data for the resize column of the MultiColumnTreeView.

    Inheritance
    System.Object
    System.EventArgs
    TreeViewColumnResizeEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Tools.MultiColumnTreeView
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class TreeViewColumnResizeEventArgs : EventArgs

    Constructors

    TreeViewColumnResizeEventArgs(TreeColumnAdv, Int32, Int32)

    Initialize a new instance of the TreeViewColumnResizeEventArgs class.

    Declaration
    public TreeViewColumnResizeEventArgs(TreeColumnAdv column, int previous, int current)
    Parameters
    Type Name Description
    TreeColumnAdv column

    The Tree Column.

    System.Int32 previous

    The Previous Index.

    System.Int32 current

    The Current Index.

    Properties

    Column

    Gets parent control.

    Declaration
    public TreeColumnAdv Column { get; }
    Property Value
    Type
    TreeColumnAdv

    CurrentPosition

    Gets current horizontal offset relatively start resizing position.

    Declaration
    public int CurrentPosition { get; }
    Property Value
    Type
    System.Int32

    PreviousPosition

    Gets previous horizontal offset relatively start resizing position.

    Declaration
    public int PreviousPosition { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved