Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridRow Class / AllowResizing Property


In This Topic
    AllowResizing Property (GridRow)
    In This Topic
    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