Namespace Telerik.Maui.Controls.CollectionView
Classes
CollectionViewDragDropBehavior Defines the behavior and logic for drag and drop operations within a RadCollectionView control. This class provides customization points for controlling when drag operations can start, when drops are allowed, and how the drop operation is completed. |
Provides a context for a drag-drop operation of RadCollectionView. |
Represents the drop indicator visualized in the RadCollectionView during drag and drop. |
Represents a layout that arranges collection view items in a grid formation with a specified number of columns or rows. This layout is ideal for displaying items in a structured grid pattern, such as photo galleries or product catalogs. |
Serves as the base class for all layout strategies that can be used with RadCollectionView. This abstract class defines the fundamental properties and behaviors that all collection view layouts must implement. |
Represents a layout that arranges collection view items in a single line, either horizontally or vertically. This is the default layout for RadCollectionView and is ideal for simple lists with uniform spacing between items. |
Defines the selection behavior available for items in a RadCollectionView control. This enumeration determines how users can interact with and select items in the collection. |
CollectionViewSwipeCompletedCommandContext Represents the context for the SwipeCompletedCommand. |
CollectionViewSwipeCompletedEventArgs Provides data for the SwipeCompleted event. This event is raised when a swipe gesture has been completed on a collection view item. |
CollectionViewSwipeStartingCommandContext Represents the context for the SwipeStartingCommand. |
CollectionViewSwipeStartingEventArgs Provides data for the SwipeStarting event. This event is raised when a swipe gesture is about to begin on a collection view item. |
CollectionViewSwipingCommandContext Represents the context for the SwipingCommand. |
CollectionViewSwipingEventArgs Provides data for the Swiping event. This event is raised continuously while a swipe gesture is in progress on a collection view item. |
Provides contextual information about a group within a RadCollectionView control. This class is used as the binding context for RadCollectionViewGroupView instances and contains details about the group's structure, content, and expansion state. |
Provides default resources for RadCollectionView control. |