Stack Layout

Item 1
Item 2
Item 3
Item 4

Our Blazor Stack Layout component allows you to stack UI elements vertically or horizontally within your web application. To begin:

  1. Add the <DxStackLayout>...</DxStackLayout> markup to your application.
  2. Define the Items collection.
  3. 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.