- 51Aspx源码必读.txt[2KB]
- App.xaml[847B]
- App.xaml.cs[4KB]
- MainPage.xaml[3KB]
- MainPage.xaml.cs[525B]
- PriceConverter.cs[818B]
- Product.cs[466B]
- Products.cs[1KB]
- WPListBoxImage.csproj[4KB]
- Bin\Debug\AppManifest.xaml[365B]
- obj\Debug\App.g.cs[1KB]
- obj\Debug\App.g.i.cs[1KB]
- obj\Debug\MainPage.g.cs[2KB]
- obj\Debug\MainPage.g.i.cs[2KB]
- obj\Debug\WPListBoxImage.csproj.FileListAbsolute.txt[1KB]
- obj\Debug\XapCacheFile.xml[1KB]
- Properties\AppManifest.xml[207B]
- Properties\AssemblyInfo.cs[1KB]
- Properties\WMAppManifest.xml[1KB]
- ApplicationIcon.png[1KB]
- Background.png[3KB]
- from.gif[4KB]
- SplashScreenImage.jpg[9KB]
- WPListBoxImage.csproj.user[461B]
- WPListBoxImage.sln[1KB]
- WPListBoxImage.suo[28KB]
- 最新Asp.Net源码下载.url[123B]
- Bin\Debug\ApplicationIcon.png[1KB]
- Bin\Debug\Background.png[3KB]
- Bin\Debug\WPListBoxImage.dll[72KB]
- Bin\Debug\WPListBoxImage.pdb[29KB]
- Bin\Debug\WPListBoxImage.xap[67KB]
- Images\ArchASPNET_100.jpg[7KB]
- Images\framework.jpg[8KB]
- Images\FundDotNet_100.jpg[6KB]
- Images\FundNTier_100.jpg[7KB]
- Images\FundSecurity_100.jpg[6KB]
- Images\FundSQL_100.jpg[6KB]
- Images\FundVBNet_100.jpg[6KB]
- Images\haystack.jpg[8KB]
- obj\Debug\DesignTimeResolveAssemblyReferences.cache[7KB]
- obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache[6KB]
- obj\Debug\WPListBoxImage.dll[72KB]
- obj\Debug\WPListBoxImage.g.resources[62KB]
- obj\Debug\WPListBoxImage.pdb[29KB]
源码介绍
源码参数
Windows Phone带图ListBox源码
程序介绍
通过listbox绑定数据源在手机中显示图书的封面,图书名称,价格信息。
声明命名空间xmlns:data="clr-namespace:WPListBoxImage"
<phone:PhoneApplicationPage.Resources>
<data:Products x:Key="productCollection" />
<data:PriceConverter x:Key="priceConvert" />
</phone:PhoneApplicationPage.Resources>
<ListBox x:Name="lstData"
ItemsSource="{Binding Source={StaticResource productCollection}, Path=DataCollection}">
具体请查看代码。
下载记录(Only Recent 100)
用户名 | 推荐指数 | 下载时间 |
---|