The task is to change the layout of elements in the component (like iGoogle dashboard).
To do that, you need to override the TileViewPanel methods.
The field of that type is not available in the TileView instance, but can be found in the visual tree.
Is there and option of substituting the TileViewPanel instance in the TileView visual tree for a custom class:
To do that, you need to override the TileViewPanel methods.
The field of that type is not available in the TileView instance, but can be found in the visual tree.
Is there and option of substituting the TileViewPanel instance in the TileView visual tree for a custom class:
class MyTileViewPanel: TileViewPanel
{
// my methods
}
{
// my methods
}