-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Control's Loaded event invokes before calling its measure override method. #14160
Copy link
Copy link
Labels
partner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
I have a custom label with additional properties that need to be initialized inside the measure override, and I also need to access those properties when the control is fully loaded. However, the loaded event for the label is being called before invoking its measure override method, causing issues with my use case. This issue is occurring only on the Android platform. Please investigate and resolve this problem.
Steps to Reproduce
- Run the attached sample.
- You can see the text "Label is not measured when invoking its loaded event" on screen in the Android platform
Link to public reproduction project repository
https://github.com/ashok-kuvaraja/maui-sample
Version with bug
6.0.486
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Checked version is Android 10
Did you find any workaround?
No response
Relevant log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
partner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
