Item 1
Item 2
Our Blazor Stack Layout component allows you to stack UI elements vertically or horizontally within your web application. To begin:
- Add the <DxStackLayout>...</DxStackLayout> markup to your application.
- Define the Items collection.
- Add DxStackLayoutItem objects to the collection. Use the Length property to specify item length (auto, pixel, percentage, fr, etc.). The Template property allows you to specify item content.