Dear all,
i write a simple popup menu with Xamarin.CommunityToolkit on left site the text without Padding works fine... but on IOS i want disable the border, can anyone help to solve this problem
<?xml version="1.0" encoding="utf-8" ?>
<xct:Popup xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:xct="clr-namespace:Xamarin.CommunityToolkit.UI.Views;assembly=Xamarin.CommunityToolkit"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="TestPage">
<xct:Popup.Content>
<StackLayout>
<Label Text="Hello Content Popup Page"></Label>
</StackLayout>
</xct:Popup.Content>
</xct:Popup>
thank you for help :-)
kind regards
stefan





