Namespace Maze.Maui.Controls.InteractiveGrid
Classes
BorderBox
The BorderBox class represents a border that can be drawn either as a solid box or as an animated dashed line
BorderGrip
The BorderGrip class represents a circular grip attached to a border
CellFrame
The CellFrame class represents a grid cell frame
CellPoint
The CellPoint class represents a grid cell point location
CellRange
The CellRange class represents a rectangular grid cell range
DefaultCellContent
The DefaultCellContent class represents the default content for a grid cell (which is an empty label)
FrameBorder
The FrameBorder class represents a frame border that forms part of a selection frame, optionally
including a circular grip at one end that can be used to resize it
Grid
The Grid class represents an interactive grid that suppports cell display and selection/highlighting via mouse/keyboard/touch
HeaderFrame
The HeaderFrame class represents a header cell frame
SelectionFrame
The SelectionFrame class represents a selection frame that is used to
border a rectangular or square region of cells. It consists of four
borders (with optional circular grips) that respond to pointer/pan events
for resizing the selected aread. In addition, the frame can run in
an animated dash mode e.g. for use on touch-only devices.
SelectionState
The SelectionFrane class holds a selection state for a grid
Enums
FrameBorder.FrameCorner
Represents the corner with which a frame border is associated
FrameBorder.FrameEdge
Represents the edge with which a frame border is associated
Grid.XOffsetType
Represents a type of X offset within the grid
Grid.YOffsetType
Represents a type of Y offset within the grid
HeaderType
Represents a type of header
Delegates
BorderBox.PanUpdatedHandler
Pan updated delegate handler
BorderGrip.PanUpdatedHandler
Pan updated delegate handler