Changing the last item in a gridview
-
יום חמישי 05 אפריל 2012 10:51
I've seen a couple of apps that have the last tile in a GridView that's different than the feed that fills the other items. I want to use this to have a 'View More' Tile, but not sure how.
- הועבר על-ידי Rob CaplanMicrosoft Employee, Moderator יום שישי 20 אפריל 2012 17:51 (From:UI Design for Metro style apps)
כל התגובות
-
יום חמישי 05 אפריל 2012 22:55מנחה דיון
Which language and GridView are you using here? Let us know and we can move you to the right forum for help.
If you're using Xaml then you should be able to use a DataTemplateSelector to select a different template for the last item. I believe there have been recent threads on this in the C#/VB forum.
--Rob
- הוצע כתשובה על-ידי Jeff SandersMicrosoft Employee, Moderator יום שני 09 אפריל 2012 18:48
-
יום שישי 06 אפריל 2012 03:35Using XAML and C#. thanks for your help Rob.. I'll look into DataTemplateSelector.. Cheers.
techAU http://techAU.tv
-
יום שישי 20 אפריל 2012 16:05What would the best strategy to accomplish this if you are using JavaScript?
-
יום שישי 20 אפריל 2012 17:50מנחה דיון