Open mknotzer opened 3 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Hi, @mknotzer I'm sorry that I can't reproduce the same results as you. Based on the code you provided, my results are as follows: MauiApp13.zip
Could you provide a sample project so that we can reproduce the problem? Thank you!
The same problem appears on CarouselView on iOS where longer text in label can extend calculated width of view in the Carousel and ignore display metrics limits.
I am currently focused on prioritized tasks which needs to be solved at first but I'll get to this propably later too. I've used CardsView.Maui or Sharpnado.CollectionView.Maui (depends on case) as workaround.
sample project
I can repro this issue at iOS platform on the latest 17.11.0 Preview 7.0 (8.0.80 & 8.0.70 & 8.0.60) with sample project.
sample project BugReport.zip
Iam facing the same issue, I just set the WidthRequest="{Binding WidthInDip}" in Xaml as workaround and C# Mvvm:
[ObservableProperty] public double widthInDip = 0;
var displayInfo = DeviceDisplay.MainDisplayInfo;
WidthInDip = (displayInfo.Width / displayInfo.Density) ;
Please Confirm !!
Description
iOS (bug)
Android (ok)
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.70 SR7
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response