C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / AllowResizing Property


In This Topic
AllowResizing Property (GridBase)
In This Topic
Gets or sets a value that indicates whether users are allowed to resize rows and columns.
Syntax
'Declaration
 
Public Property AllowResizing As GridAllowResizing
 
'Usage
 
Dim instance As GridBase
Dim value As GridAllowResizing
 
instance.AllowResizing = value
 
value = instance.AllowResizing
See Also