Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Controls in a TableLayoutPanel control can span adjacent rows and columns.
Drag a TableLayoutPanel control from the Toolbox onto your form.
Drag a Button control from the Toolbox into the upper-left cell of the TableLayoutPanel control.
Set the Button control's ColumnSpan property to 2. Note that the Button control spans the first and second columns.
Set the Button control's RowSpan property to 2. Note that the Button control spans the first and second rows.
Set the Button control's ColumnSpan property to 1. Note that the Button control moves into the first column and spans the first and second rows.
.NET Desktop feedback feedback
.NET Desktop feedback is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowTraining
Module
Customize layout in .NET MAUI XAML pages - Training
Create consistent user interfaces across different devices by using StackLayout and Grid.