The following tables list the members exposed by XamGridRenderAdorner.
Name | Description | |
---|---|---|
![]() | XamGrid | The XamGrid that this XamGridRenderAdorner belongs to. |
Name | Description | |
---|---|---|
![]() | ArrangeAdornments | Occurs after all rows have been arranged, it allows the object to render additional elements on top of the RowsPanel |
![]() | ArrangeAfterRow | For each row, additional elements can be arranged after. |
![]() | Initialize | Allows the XamGridRenderAdorner to prepare itself for a new Layout phase |
![]() | Measure | Performs a measure for all elements that should be added to the RowsPanel |
![]() | MeasureAfterRow | If additional content is going to added after the row, this is where its measured |
![]() | RegisterRowsPanel | Registers the RowsPanel that this XamGridRenderAdorner will insert elements into. |
![]() | Reset | Releases all elements that this specific XamGridRenderAdorner has added to the RowsPanel |
![]() | UnregisterRowsPanel | Unregisters the RowsPanel that this XamGridRenderAdorner inserted elements into. |
Name | Description | |
---|---|---|
![]() | AddElement | If GetElement returned null, then AddElement should be used to register that element with RowsPanel |
![]() | GetElement | If an element actually exists for the specified keys it is returned, otherwise null is returned. |
![]() | MeasureAdorners | When overriden on a dervied class it measures all elements that will be displayed in the RowsPanel |
![]() | RegisterObjectUsed | Registers a particualr object as being used. |
![]() | UnregisterElement | Overloaded. Given the the obj and key to look up this object by, the UIElement that it represents its removed from RowsPanel |
![]() | UnregisterObject | Unregisters the specific object, and removes its element from the RowsPanel |