Skip to Content
C# 8 and .NET Core 3 Projects Using Azure - Second Edition
book

C# 8 and .NET Core 3 Projects Using Azure - Second Edition

by Paul Michaels, Dirk Strauss, Jas Rademeyer
December 2019
Intermediate to advanced
528 pages
11h 19m
English
Packt Publishing
Content preview from C# 8 and .NET Core 3 Projects Using Azure - Second Edition

Row definitions

In XAML, we have a concept of a grid: essentially, each XAML page is subdivided into a grid, and you can tell the system how many rows and columns you want in your grid. In our example, the grid has two rows. The second row is as big as it needs to be (Auto) to fit its contents, and the first row takes up the remaining space (*).

Should you wish, you can have grids nested inside grids. There is no limit (except the available memory) as to how far you can nest controls. Obviously, the deeper you nest your controls, the more work there is for the UI renderer, which can have a performance impact.

Each subsequent control within the grid specifies the row that it wishes to occupy—even the subgrid. Specifying the row and column ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Enterprise Application Development with C# 9 and .NET 5

Enterprise Application Development with C# 9 and .NET 5

Ravindra Akella, Rishabh Verma, Arun Kumar Tamirisa, Suneel Kumar Kunani, Bhupesh Guptha Muthiyalu
ASP.NET Core 2 and Angular 5

ASP.NET Core 2 and Angular 5

Valerio De Sanctis, Jürgen Gutsch
ASP.NET Core 5 for Beginners

ASP.NET Core 5 for Beginners

Andreas Helland, Vincent Maverick Durano, Jeffrey Chilberto, Ed Price

Publisher Resources

ISBN: 9781789612080Supplemental Content