Xceed DataGrid for Silverlight Documentation
AllowResize Property


Gets or sets a value indicating whether the column can be resized through end-user interaction.
Syntax
'Declaration
 
Public Property AllowResize As Nullable(Of Boolean)
'Usage
 
Dim instance As Column
Dim value As Nullable(Of Boolean)
 
instance.AllowResize = value
 
value = instance.AllowResize
public Nullable<bool> AllowResize {get; set;}

Property Value

true if the column can be resized through end-user interaction; false otherwise. By default, a null reference (Nothing in Visual Basic) indicating that the value is inherited from the column-manager row's or grid's AllowColumnResize property.
Remarks
Setting the AllowResize property to false does not prevent the data rows from being resized programmatically.
Requirements

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

See Also

Reference

Column Class
Column Members
AllowColumnResize Property

Send Feedback