Skip to content

Commit 2c15236

Browse files
Merge pull request #3357 from syncfusion-content/MAUI-955746-RemoveButtonPopupsize
955746 - Removed the OpenText Button in Picker
2 parents f30fc60 + ccb31f0 commit 2c15236

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

MAUI/Picker/picker-mode.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ SfPicker allows the display of the Popup to render at any desired size by settin
175175
<picker:SfPicker
176176
x:Name="picker"
177177
Mode="Dialog"
178+
IsOpen="True"
178179
RelativePosition="AlignToRightOf"
179180
PopupWidth="200"
180181
PopupHeight="440">
@@ -191,14 +192,6 @@ SfPicker allows the display of the Popup to render at any desired size by settin
191192
<picker:PickerFooterView Height="40"/>
192193
</picker:SfPicker.FooterView>
193194
</picker:SfPicker>
194-
<Button Text="Open Text"
195-
x:Name="pickerButton"
196-
Clicked="pickerButton_Clicked"
197-
HorizontalOptions="Center"
198-
VerticalOptions="Center"
199-
HeightRequest="40"
200-
WidthRequest="150">
201-
</Button>
202195
</Grid>
203196

204197
{% endhighlight %}

0 commit comments

Comments
 (0)