1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <ContentPage xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
3+ xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4+ x : Class =" Maui.Controls.Sample.Issues.Issue21394"
5+ Title =" Issue21394" >
6+ <VerticalStackLayout >
7+ <Button Background =" Lightgray" ContentLayout =" Right, 20" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" AutomationId =" WaitForStubControl" />
8+ <BoxView HeightRequest =" 5" />
9+
10+ <Button Background =" Lightgray" ContentLayout =" Top, 20" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
11+ <BoxView HeightRequest =" 5" />
12+
13+ <Button Background =" Lightgray" ContentLayout =" Left, 20" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
14+ <BoxView HeightRequest =" 5" />
15+
16+ <Button Background =" Lightgray" ContentLayout =" Bottom, 20" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
17+ <BoxView HeightRequest =" 5" />
18+
19+ <Button Background =" Lightgray" ContentLayout =" 20" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
20+ <BoxView HeightRequest =" 5" />
21+
22+ <Button Background =" Lightgray" ContentLayout =" Right, 0" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
23+ <BoxView HeightRequest =" 5" />
24+
25+ <Button Background =" Lightgray" ContentLayout =" Top, 20" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
26+ <BoxView HeightRequest =" 5" />
27+
28+ <Button Background =" Lightgray" ContentLayout =" Left, 30" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
29+ <BoxView HeightRequest =" 5" />
30+
31+ <Button Background =" Lightgray" ContentLayout =" Bottom, 0" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" />
32+ <BoxView HeightRequest =" 5" />
33+
34+ <Button Background =" Lightgray" ContentLayout =" Right, 10" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" HeightRequest =" 60" />
35+ <BoxView HeightRequest =" 5" />
36+
37+ <Button Background =" Lightgray" ContentLayout =" Top, 10" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" HeightRequest =" 60" />
38+ <BoxView HeightRequest =" 5" />
39+
40+ <Button Background =" Lightgray" ContentLayout =" Left, 10" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" HeightRequest =" 60" />
41+ <BoxView HeightRequest =" 5" />
42+
43+ <Button Background =" Lightgray" ContentLayout =" Bottom, 10" ImageSource =" dotnet_bot_resized.png" Text =" Button Title" HeightRequest =" 60" />
44+ <BoxView HeightRequest =" 5" />
45+ </VerticalStackLayout >
46+ </ContentPage >
0 commit comments