GrapeCity MultiRow Windows Forms Documentation
ResizeMode Enumeration


Specifies the resize direction of the Cell.
Syntax
Public Enum ResizeMode 
   Inherits System.Enum
Dim instance As ResizeMode
public enum ResizeMode : System.Enum 
Members
MemberDescription
BothIndicates a cell can be resized horizontally and vertically.
HorizontalIndicates a cell can only be resized horizontally.
NoneIndicates a cell cannot be resized.
VerticalIndicates a cell can only be resized vertically.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.ResizeMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
ResizeMode Property
ShowResizeTip Property

 

 


Copyright © GrapeCity, inc. All rights reserved.