简体   繁体   English

在Windows Phone中动态更改gridview的位置

[英]Dynamically changing position of gridview in windows phone

I have created a WP8 application in grid view. 我已经在网格视图中创建了WP8应用程序。 It shows users images in grid view[basically thumbnail of the image]. 它以网格视图(基本上是图像的缩略图)显示用户图像。 And it works perfectly. 而且效果很好。 But I want to update the application, where in a user can click on image thumbnail and can change the position from last row, last column to first row, first column. 但是我想更新应用程序,用户可以在其中单击图像缩略图,并可以将位置从最后一行,最后一列更改为第一行,第一列。 Is there any way to achieve the same ? 有什么办法可以达到相同目的?

there is no direct option but you can use third party controls such as : 没有直接选择,但您可以使用第三方控件,例如:

Orderable List from Bewise phone controls toolkit. 来自Bewise电话控制工具包的订购列表。 DataBoundListBox from Telerik RadControls for Windows Phone also supports items reordering. 用于Windows Phone的Telerik RadControls的DataBoundListBox也支持项目重新排序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM