How to allow popup content to expand into the TitleBar area

Currently the content of sfpopup in the toolkit does not expand into the TitleBar area.
The overlay does, but the actual message content, or ContentTemplate does not, even when using IgnoreActionBar=True 

First screenshot below shows the page, with the TitleBar set with an orange background, and the second screenshot shots when the popup is open, using Pink for the overlay colour, and IsFullScreen=true

Screenshot 2025-03-19 at 12.13.12.png

Screenshot 2025-03-19 at 12.14.42.png

<sfpopup:SfPopup IsOpen="True" IsFullScreen="True" HeaderHeight="0" FooterHeight="0" IgnoreActionBar="True" ShowHeader="False" ShowFooter="False" ShowOverlayAlways="True" HorizontalOptions="Fill" VerticalOptions="Fill" >
<sfpopup:SfPopup.PopupStyle>
<sfpopup:PopupStyle OverlayColor="Pink" MessageBackground="White" PopupBackground="Transparent" CornerRadius="-1"/>
</sfpopup:SfPopup.PopupStyle>
</sfpopup:SfPopup>


How can we extend this content into the TitleBar area? 

Kind regards


1 Reply

SJ Sowntharya Jayamoorthy Syncfusion Team March 20, 2025 10:59 AM UTC

Hi Josh,

By default, the popup appears below the title bar, which is the expected behavior. We will consider this requirement and logged a feature request “Support to show popup over the title bar” in .NET MAUI. This feature will be included in any of our upcoming releases. We will let you know once this feature is implemented. We appreciate your patience until then.

 

FeedBack link: Support to show popup over the Title bar in .NET MAUI | Feedback Portal

You can also communicate with us regarding the open features any time using our Feature Report page. 


Regards,

Sowntharya J.


Loader.
Up arrow icon