Xceed DataGrid for Silverlight Documentation
AllowColumnResize Property (DataGridControl)


Gets or sets a value indicating whether columns can be resized by the end user.
Syntax
'Declaration
 
Public Property AllowColumnResize As Boolean
'Usage
 
Dim instance As DataGridControl
Dim value As Boolean
 
instance.AllowColumnResize = value
 
value = instance.AllowColumnResize
public bool AllowColumnResize {get; set;}

Property Value

true if columns can be resized by the end user (default); false otherwise.
Remarks

If a column's AllowResize property has been explicitly defined, it will override the value defined by the column-manager row or grid.

The AllowColumnResize property only affects end-user interaction and does not prevent the width of columns from being modified programmatically.

Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback