File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ SfPicker allows the display of the Popup to render at any desired size by settin
175
175
<picker:SfPicker
176
176
x:Name="picker"
177
177
Mode="Dialog"
178
+ IsOpen="True"
178
179
RelativePosition="AlignToRightOf"
179
180
PopupWidth="200"
180
181
PopupHeight="440">
@@ -191,14 +192,6 @@ SfPicker allows the display of the Popup to render at any desired size by settin
191
192
<picker:PickerFooterView Height="40"/>
192
193
</picker:SfPicker.FooterView>
193
194
</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>
202
195
</Grid >
203
196
204
197
{% endhighlight %}
You can’t perform that action at this time.
0 commit comments