We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2b7fa commit 6f03f5eCopy full SHA for 6f03f5e
1 file changed
TFMAudioApp/Controls/FilterPopup.xaml
@@ -9,11 +9,13 @@
9
StrokeThickness="0"
10
Padding="20"
11
MinimumWidthRequest="340"
12
- MaximumWidthRequest="400">
+ MaximumWidthRequest="400"
13
+ MaximumHeightRequest="600">
14
<Border.StrokeShape>
15
<RoundRectangle CornerRadius="20"/>
16
</Border.StrokeShape>
17
18
+ <ScrollView>
19
<VerticalStackLayout Spacing="16">
20
<!-- Header -->
21
<Grid ColumnDefinitions="*,Auto">
@@ -141,5 +143,6 @@
141
143
Clicked="OnApplyClicked"/>
142
144
</Grid>
145
</VerticalStackLayout>
146
+ </ScrollView>
147
</Border>
148
</toolkit:Popup>
0 commit comments