Back to Devexpress

Stack and Table Panels

windowsforms-402917-controls-and-libraries-form-layout-managers-simple-layout-containers-stack-and-table-panels.md

latest525 B
Original Source

Stack and Table Panels

  • Feb 12, 2021

A stack panel arranges all controls placed inside of it in a column or row.

A table panel allows you to define a grid and place a control inside each cell.

See these panels’ class descriptions for more information: StackPanel | TablePanel