Answered by:
Vertical oriented Metro WinJS ListView in Grouped Mode

Question
-
Anyone able to help with this question? (I didn't want to double post it here)
http://stackoverflow.com/questions/11394878/vertical-oriented-metro-winjs-listview-in-grouped-mode
Monday, July 9, 2012 12:29 PM
Answers
-
Hi,
Since ListView uses absolute layout, all elements are positioned in JavaScript code. To create the layout, it is needed to mess with code. A simpler solution in my mind is to use jQuery template instead of ListView: http://api.jquery.com/jQuery.template/. Using jQuery template also helps to port the code to a web site.
Best Regards,
Ming Xu.
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework- Marked as answer by Oliver Weichhold Thursday, July 19, 2012 11:37 AM
Thursday, July 19, 2012 11:12 AMModerator
All replies
-
Hi,
It seems the question has already been answered in Stackoverflow forums, please check the link you mentioned and see whether it helps.
Best Regards,
Ming Xu.
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework- Proposed as answer by MingXu-MSFTMicrosoft employee, Moderator Wednesday, July 11, 2012 8:14 AM
- Marked as answer by MingXu-MSFTMicrosoft employee, Moderator Tuesday, July 17, 2012 3:52 AM
- Unmarked as answer by MingXu-MSFTMicrosoft employee, Moderator Tuesday, July 17, 2012 11:31 AM
Tuesday, July 10, 2012 10:41 AMModerator -
Although the question has been answered, the answer was not really conclusive.Tuesday, July 17, 2012 5:38 AM
-
Hi,
Since ListView uses absolute layout, all elements are positioned in JavaScript code. To create the layout, it is needed to mess with code. A simpler solution in my mind is to use jQuery template instead of ListView: http://api.jquery.com/jQuery.template/. Using jQuery template also helps to port the code to a web site.
Best Regards,
Ming Xu.
Please mark the replies as answers if they help or unmark if not.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework- Marked as answer by Oliver Weichhold Thursday, July 19, 2012 11:37 AM
Thursday, July 19, 2012 11:12 AMModerator -
Your link doesn't work anymore.
I use a classic horizontal grouped listView in fullscreen mode, and I can't find a way to switch to a vertical grouped listview in snapped mode.
Help would be appreciated.Thank you
- Edited by A fucking display name not already in use Wednesday, February 13, 2013 11:41 AM
Wednesday, February 13, 2013 11:41 AM