ComponentOne Xamarin.iOS
AllowResizing Property (GridRow)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRow Class : AllowResizing Property
Gets or sets a value indicating whether this row can be resized.
Syntax
'Declaration
 
Public Property AllowResizing As Boolean
'Usage
 
Dim instance As GridRow
Dim value As Boolean
 
instance.AllowResizing = value
 
value = instance.AllowResizing
public bool AllowResizing {get; set;}
See Also

Reference

GridRow Class
GridRow Members