Issue with Custom control is not rendering properly within TitleBar in minimized state(Mac Platform) #27762
Labels
platform/macOS 🍏
macOS / Mac Catalyst
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
When custom layout is rendered inside the TitleBar Control, in the Measure method, the width and height requests are returned correctly.
However, in the Arrange method, the height request is incorrect.
Example:
In maximized state: Width = 90, Height = 42.
In minimized state: Width = 90, Height = 10.
We have attached a sample project that replicates the issue for your reference.
Steps to Reproduce
Link to public reproduction project repository
ControlGallery.zip
Version with bug
9.0.40 SR4
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: