Changing the last item in a gridview
-
Thursday, April 05, 2012 10:51 AM
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.
- Moved by Rob CaplanMicrosoft Employee, Moderator Friday, April 20, 2012 5:51 PM (From:UI Design for Metro style apps)
All Replies
-
Thursday, April 05, 2012 10:55 PMModerator
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
- Proposed As Answer by Jeff SandersMicrosoft Employee, Moderator Monday, April 09, 2012 6:48 PM
-
Friday, April 06, 2012 3:35 AMUsing XAML and C#. thanks for your help Rob.. I'll look into DataTemplateSelector.. Cheers.
techAU http://techAU.tv
-
Friday, April 20, 2012 4:05 PMWhat would the best strategy to accomplish this if you are using JavaScript?
-
Friday, April 20, 2012 5:50 PMModerator


