Name | Description | |
---|---|---|
![]() | CanVirtualize | Determines whether the row can be virtualized. |
![]() | Collapse | Collapses the row, if it is expanded. Optionally destroys the content. |
![]() | EnsureContentCreated | Ensures that the content of the row is created (e.g. the row is realized) |
![]() | EnsureContentDestroyed | Ensures that the content of the row is destroyed |
![]() | Expand | Expands the row, if it is collapsed and is expandable. Returns true if after the operation the row is expanded. |
![]() | GetCellAt | Gets the cell at the specified inde. |
![]() | GetCellCount | Gets the count of cells in this row. |
![]() | GetFirstNavigationRow | Gets the first navigation row that resides in this row subtree |
![]() | GetHeaderBottom | Gets the Y coordinate of the row header bottom (in row collection coordinates) |
![]() | GetHeaderBottomInRootRows | Gets the Y coordinate of the row header bottom (in root rows coordinates) |
![]() | GetHeaderHeight | Gets the header height |
![]() | GetHeaderTop | Gets the Y coordinate in the row header top (in row collection coordinates) |
![]() | GetHeaderTopInRootRows | Gets the Y coordinate in the row header top (in root rows coordinates) |
![]() | GetLastNavigationRow | Gets the last navigation row that resides in this row subtree |
![]() | GetNextNavigationRow | Gets the next navigation row |
![]() | GetPrevNavigationRow | Gets the prev navigation row |
![]() | GetVisibleScrollableRowsCount | Gets 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. |
![]() | InvalidateArrange | Invalidates the element arrange |
![]() | InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. |
![]() | InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. |
![]() | InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. |
![]() | Realize | Realizes the row header |
![]() | ToggleExpanded | Toggles the expanded state of the row, if possible |
![]() | ValidateArrange | Called to arrange the element |
![]() | ValidateMeasure | Called to validate the element measure |
![]() | Virtualize | Virtualizes the row (e.g. unloads its header and content). Returns whether the row has been successfully virtualized. |