Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class
Members


In This Topic
    FlexGrid Class
    In This Topic
    Control used to display and edit tabular information.
    Object Model
    FlexGrid ClassGridCellFactory ClassC1Thickness StructureGridPanel ClassGridPanel ClassGridColumnCollection ClassGridColumn ClassGridCellRange ClassGridLength StructureGridLength StructureGridLength StructureGridLength StructureGridLength StructureGridLength StructureC1IconTemplate ClassGridCellRange ClassC1IconTemplate ClassC1IconTemplate ClassIValueConverter InterfaceGridMergeManager ClassC1IconTemplate ClassGridPanel ClassGridRowCollection ClassGridRow ClassC1Point StructureGridCellRange ClassC1IconTemplate ClassC1IconTemplate ClassGridPanel ClassGridUpdateAnimation ClassGridCellRange Class
    Syntax
    'Declaration
     
    
    <C1LicensedControlAttribute()>
    <DefaultMemberAttribute("Item")>
    <Android.Runtime.RegisterAttribute("android/view/ViewGroup", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public Class FlexGrid 
       Inherits GridBase
       Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As FlexGrid
    [C1LicensedControl()]
    [DefaultMember("Item")]
    [Android.Runtime.Register("android/view/ViewGroup", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public class FlexGrid : GridBase, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable  
    Remarks
    Supports virtualized data-binding and automatic sorting and filters in client/server scenarios.
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Views.View
             Android.Views.ViewGroup
                C1.Android.Grid.GridBase
                   C1.Android.Grid.FlexGrid

    See Also