Namespace Stride.UI.Panels
Classes
- Canvas
 Defines an area within which you can position and size child elements with respect to in the Canvas area size.
- Grid
 Represents a grid control with adjustable columns, rows and layers.
- GridBase
 Represents the base primitive for all the grid-like controls
- Panel
 Provides a base class for all Panel elements. Use Panel elements to position and arrange child objects Stride applications.
- Panel.PanelChildrenComparer
 A comparer sorting the Panel children by increasing Z-Index.
- StackPanel
 Arranges child elements into a single line that can be oriented horizontally or vertically.
- UniformGrid
 Represents the grid where all the rows and columns have an uniform size.