Unplanned
Last Updated: 14 Apr 2025 07:53 by ADMIN
Luis
Created on: 14 Apr 2025 06:42
Category: WrapLayout
Type: Bug Report
1
WrapLayout: The layout is miscalculated and blank row is added when items cannot fit
Create a blank telerik project (I've not used shell);
Update maui to 9.0.50 (for more relevance with current code);
Replace the contents of MainPage.xaml with the xaml shown below;
Remove unnecessary code from MainPage.xaml.cs to allow app to build and run;
OBSERVE:
Test 1.2 fails - items are shown on a single row when they should not fit.
Test 1.3 fails - items are shown on a single row when they should not fit, and the wrap layout is extended to two rows.
Test 2.1 fails - items are show on two rows when they should fit a single one.
3 comments
ADMIN
Didi
Posted on: 14 Apr 2025 07:53

Status was changed. Thank you for the follow up message.

Regarding to the images, both in the feedback item here and in the forum show the issue.

Regards,
Didi
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!

Luis
Posted on: 14 Apr 2025 07:52
the images posted above also show different results to what I got on my test, so please check the images on the forum post that I've linked to check them.
Luis
Posted on: 14 Apr 2025 07:50

link to the forum post where I initially posted this.
WrapLayout miscalculates its layout and presents blank rows or items inside rows where they shouldn't fit in UI for .NET MAUI | Telerik Forums

not sure why this is logged as a feature request, it is clearly a bug...