Version

Infragistics.Controls.Layouts Namespace

Classes
 ClassDescription
ClassCancelableTileEventArgs Abstract base class for cancelable tile event args
ClassItemTileInfo An object that maintains certain status information for an item in a tile
ClassLoadingItemMappingEventArgs Event arguments for event: XamTileManager.LoadingItemMapping
ClassMaximizedModeSettings Contains settings that are used to lay out Tiles inside a XamTileManager when in maximized mode.
ClassModeSettingsBase Abstract base class that contains settings that are common to both Normal mode and Maximized mode in a XamTileManager.
ClassNormalModeSettings Contains settings that are used to lay out Tiles inside a XamTileManager when not in maximized mode.
ClassSavingItemMappingEventArgs Event arguments for event: XamTileManager.SavingItemMapping
ClassTileClosedEventArgs Event arguments for event: XamTileManager.TileClosed
ClassTileClosingEventArgs Event arguments for event: XamTileManager.TileClosing
ClassTileConstraints Contains minimum, maximum and preferred size settings for a tile.
ClassTileDraggingEventArgs Event arguments for event: XamTileManager.TileDragging
ClassTileEventArgs Abstract base class for tile event arguments that are not cancelable
ClassTileStateChangedEventArgs Event arguments for event: XamTileManager.TileStateChanged
ClassTileStateChangingEventArgs Event arguments for event: XamTileManager.TileStateChanging
ClassTileSwappedEventArgs Event arguments for event: XamTileManager.TileSwapped
ClassTileSwappingEventArgs Event arguments for event: XamTileManager.TileSwapping
ClassXamTile A System.Windows.Controls.ContentControl derived element that represents a tile inside a XamTileManager.
ClassXamTileManager A control that arranges and displays its child elements as tiles, with native support for scrolling and virtualizing those items.
Interfaces
 InterfaceDescription
InterfaceITileConstraints Returns constraint information for tiles
Enumerations
 EnumerationDescription
EnumerationAllowTileDragging Determines whether tiles can be dragged from one location to another.
EnumerationAllowTileSizing Determines whether tiles can be resized.
EnumerationExplicitLayoutTileSizeBehavior Determines whether tile heights are synchronized across columns and whether tile widths are synchronized across rows when TileLayoutOrder is set to 'UseExplicitRowColumnOnTile'
EnumerationMaximizedTileLayoutOrder Determines how the maximized tiles will be arranged.
EnumerationMaximizedTileLocation Determines where the maximized tile area will be relative to the minimized tile area
EnumerationMinimizedTileExpansionMode Determines how many tiles may be expanded in the XamTileManager when they are minimized
EnumerationTileCloseAction Determines what happens when Tiles are closed.
EnumerationTileCommandType Identifies the commands exposed by XamTile
EnumerationTileLayoutOrder Determines how the tiles will be laid out in normal mode
EnumerationTileRetentionMode Determines whether generated tiles that are scrolled out of view will be retained or released.
EnumerationTileState Represents the state of an individual tile
See Also