In This Topic
TileView for WPF and Silverlight allows you to create customized, rich applications. Make the most of TileView by taking advantage of the following key features:
- Expand and collapse tiles
TileView provides complete control over the state of each tile. Tiles can be expanded (maximized) or collapsed (minimized). Display more or less information depending on the state of each tile.
- Minimize position
Minimize items to the top, left, bottom or right side of TileView by setting one property. You can also specify the number of rows and columns when in the default state.
- Data binding
TileView is an items control that you can bind to any collection of business objects. Design different data templates to determine the amount of data viewable in each state.
- Virtualization
TileView has UI virtualization support so it can load hundreds of items instantly.
- Drag-and-drop interface
Users can drag and drop tiles to rearrange the order when the tiles are in the default state.
- Animation
TileView provides built-in animation effects when expanding and collapsing tiles.
See Also