如何在silverlight windows phone 8,8.1中添加搜索页面 [英] how to add search page in silverlight windows phone 8, 8.1

查看:77
本文介绍了如何在silverlight windows phone 8,8.1中添加搜索页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



您好

根据 8. 1
in
Windows phone
Silverlight
怎么做

搜索


您可以
使用
文本框
内容
介于
as

搜索
如何
添加
代码
c#

xaml

解释
< span id ="x_x_noHighlight_0.09610345675363863">?

according to 8.1 in Windows phone Silverlight how do I search box is you can use the textbox contents in between as I searched for how to add code in c # and xaml I explain this?

推荐答案

您好有抱负,

是否要在
Windows phone
Silverlight 8 / 8.1中创建SearchBox?如果是这样,您可以尝试使用以下xaml创建一个简单的搜索框:

<Grid HorizontalAlignment="Left" Height="44" Margin="73,310,0,0" VerticalAlignment="Top" Width="270" Background="#FF0AEA33" Grid.Row="1">
       <TextBox HorizontalAlignment="Left" Height="68" Margin="40,-12,-12,-12" FontSize="20" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="242" BorderBrush="{x:Null}" Background="#FF0AEA33"/>
       <Image HorizontalAlignment="Left"  Height="44" VerticalAlignment="Top" Width="54" Source="/search.png"/>
 </Grid>


或者您可以尝试使用< a href ="https://msdn.microsoft.com/en-us/library/dd728668 (v = vs.95).aspx"rel ="nofollow">
AutoCompleteBox 可以像SearchBox一样工作。

如果我误解了您,请尝试
更详细地描述您的问题。

Or you can try to use the AutoCompleteBox which can work like a SearchBox.

If I have miunderstood you, please try to describe your question in more detail.

感谢您的理解。


这篇关于如何在silverlight windows phone 8,8.1中添加搜索页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆