NevronOpenVision
Nevron.Nov.Grid Namespace / NRow Class


In This Topic
    NRow Class Methods
    In This Topic

    For a list of all members of this type, see NRow members.

    Public Methods
     NameDescription
    Public MethodDetermines whether the row can be virtualized.  
    Public MethodCollapses the row, if it is expanded. Optionally destroys the content.  
    Public MethodEnsures that the content of the row is created (e.g. the row is realized)  
    Public MethodEnsures that the content of the row is destroyed  
    Public MethodExpands the row, if it is collapsed and is expandable. Returns true if after the operation the row is expanded.  
    Public MethodGets the cell at the specified inde.  
    Public MethodGets the count of cells in this row.  
    Public MethodGets the first navigation row that resides in this row subtree  
    Public MethodGets the Y coordinate of the row header bottom (in row collection coordinates)  
    Public MethodGets the Y coordinate of the row header bottom (in root rows coordinates)  
    Public MethodGets the header height  
    Public MethodGets the Y coordinate in the row header top (in row collection coordinates)  
    Public MethodGets the Y coordinate in the row header top (in root rows coordinates)  
    Public MethodGets the last navigation row that resides in this row subtree  
    Public MethodGets the next navigation row  
    Public MethodGets the prev navigation row  
    Public MethodGets the count of visible rows contained inside the specified Y range (in row coordinates). If the row is expanded, this method delegates to contained rows GetVisibleRowsCount method. If the row is not expanded, this method return 0.  
    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 MethodRealizes the row header  
    Public MethodToggles the expanded state of the row, if possible  
    Public MethodCalled to arrange the element  
    Public MethodCalled to validate the element measure  
    Public MethodVirtualizes the row (e.g. unloads its header and content). Returns whether the row has been successfully virtualized.  
    Top
    Protected Methods
     NameDescription
    Protected MethodAccumulates the content for painting  
    Protected MethodAccumulates the header elements for painting  
    Internal Method  
    Protected MethodArranges the content of the row  
    Protected MethodArranges the row contents  
    Protected Method  
    Internal Method  
    Protected MethodCreates the row content  
    Internal Method  
    Protected MethodDestroys the row content  
    Internal Method  
    Protected Method  
    Protected MethodMust override to measure the default header height  
    Protected MethodMust override to measure the row content  
    Protected MethodMeasures the height of the row  
    Protected Method  
    Protected Method  
    Protected Method  
    Protected MethodCalled when the IsCurrent property has changed  
    Protected MethodCalled when the IsEditing property has changed  
    Protected MethodCalled when the IsExpanded property has changed  
    Protected MethodCalled when the IsFrozen property has changed  
    Protected MethodCalled when the IsSelected property has changed  
    Protected Method  
    Protected MethodCalled when the row has been successfully realized  
    Protected MethodCalled when the row has been successfully virtualized  
    Internal Method  
    Protected MethodRealizes the row cells.  
    Protected MethodRealizes the content of the row than falls in the specified Y range.  
    Protected MethodRealizes the row style and content, but does not realize its children and details, which are subject to Y range virtualization.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Protected MethodVirtualized the row cells.  
    Protected MethodVirtualizes the row content  
    Protected MethodVirtualized the the row style and content and also virtualizes it children rows and details.  
    Internal Method  
    Internal Method  
    Internal Method  
    Top
    See Also