Xceed Grid for WinForms v4.3 Documentation
AllowRowResize Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > RowSelectorPane Class : AllowRowResize Property
Gets or sets a boolean value indicating if the rows can be resized using the row selectors.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if the rows can be resized using the row selectors.")>
<CategoryAttribute("Behavior")>
Public Property AllowRowResize As Boolean
'Usage
 
Dim instance As RowSelectorPane
Dim value As Boolean
 
instance.AllowRowResize = value
 
value = instance.AllowRowResize
[Description("Indicates if the rows can be resized using the row selectors.")]
[Category("Behavior")]
public bool AllowRowResize {get; set;}

Property Value

true if the rows can be resized using the row selectors; false otherwise.
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

RowSelectorPane Class
RowSelectorPane Members