Open SethupathyD opened 6 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.
Verified this issue with Visual Studio 17.6.12(build410) (8.0.21 & 8.0.6). Can repro it.
Description
I have implemented a custom control using ControlLayout. When changing the width of controls using pan gesture events, it leads the performance issue. It takes time to arrange the elements in the UI in Mac and iOS platforms. I had attached the video for your reference.
https://github.com/dotnet/maui/assets/113881396/7465d8aa-c1e2-4df4-9f18-ef6b9a3d1932
Steps to Reproduce
Expected Behavior - Cells should arrange without lag. Actual Behavior - Cells are arranged with lag.
Link to public reproduction project repository
https://github.com/SethupathyD/Performance-Leak-on-MacOS-and-IOS.
Version with bug
8.0.7 SR2
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
No response