NevronOpenVision
Nevron.Nov.Grid Namespace / NRowCollectionBase Class
Fields Properties Methods Events


In This Topic
    NRowCollectionBase Class Members
    In This Topic

    The following tables list the members exposed by NRowCollectionBase.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Height property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRowCollectionBase  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Y property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether this collection contains expandable rows. Automatically updated by Nevron.  
    Public PropertyGets the count of elements in this collection.  
    Public PropertyGets the Height of all rows in this collection. Automatically updated by Nevron.  
    Public PropertyGets whether the arrange of the element is valid.  
    Public PropertyGets whether the measure of the element is valid  
    Public PropertyGets whether the element is pooled for arrange validation.  
    Public PropertyGets whether the element is pooled for measure validation.  
    Public PropertyGets or sets the element at the specified index.  
    Public PropertyGets the grid view to which this cell belongs  
    Public PropertyGets the Y coordinate of this collection inside the parent coordinate system. Automatically updated by Nevron.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Overriden to ensure that the previews child is the last child in the list.  
    Public MethodAdds (appends) the item at the end of the collection  
    Public MethodOverridden. Overriden to return true  
    Public MethodOverridden.   
    Public MethodRemoves all children  
    Public MethodQueries whether this collection contains the specified element at least once  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodOverridden. Performs the element post children paint.  
    Public MethodOverridden. Performs the element pre children paint.  
    Public MethodGets an iterator that iterates through the children in forward order.  
    Public MethodGets an iterator that iterates throw the child elements in reverse order.  
    Public MethodOverridden. Gets the matrix that transforms local to parent coordinates  
    Public MethodReturns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection.  
    Public MethodInserts the item at the specified index  
    Public MethodInvalidates the element arrange  
    Public MethodCalled by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange.  
    Public MethodInvalidates the element measure and pools the element for measure validation.  
    Public MethodCalled by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure.  
    Public MethodOverloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system  
    Public MethodOverloaded. Overridden. Transforms a point in parent coordinates to local coordinates  
    Public MethodRemoves the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodConverts this set to an array.  
    Public MethodCalled to arrange the element  
    Public MethodCalled to validate the element measure  
    Public MethodOverridden. Called to propagate the display traversal to the specified child node.  
    Top
    Protected Methods
     NameDescription
    Protected MethodArranges the rows in a vertical stack.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Protected MethodMeasures the height of the of the collection  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Method  
    Protected Method  
    Protected MethodPerforms the collection background painting  
    Protected MethodPerforms the collection foreground painting  
    Protected Method  
    Internal Method  
    Protected MethodDetermnes whether a gridline is shown before the first row  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Method  
    Internal Method  
    Internal MethodOverridden.   
    Internal Method  
    Internal MethodOverridden.   
    Internal Method  
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Internal Method  
    Top
    See Also