Search
Table.AllowResizeRows Property
See Also
 



Gets or sets a value indicating whether users are allowed to resize table rows.

 Syntax

C#  Copy Code

public virtual bool AllowResizeRows { get; set; }

Visual Basic  Copy Code

Public Overridable Property AllowResizeRows As Boolean

 Property Value

true to let users resize rows, or false otherwise. The default value is false.

 Remarks

A row can be resized by dragging its bottom border.

 See Also