Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8549733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:47:12+00:00 2026-06-11T13:47:12+00:00

I would like to create a page a little like the Grouped Items Page

  • 0

I would like to create a page a little like the Grouped Items Page inside the Contoso Cookbook application (if you have seen it). Basically, it’s a GridView bound to a CollectionViewSource.

    <CollectionViewSource
        x:Name="groupedItemsViewSource"
        Source="{Binding Groups}"
        IsSourceGrouped="true"
        ItemsPath="TopItems"
        d:Source="{Binding AllGroups, Source={d:DesignInstance Type=data:SampleDataSource, IsDesignTimeCreatable=True}}"/>

The GridView appears to bind the Groups to the highest level of the CVS data source with the Source attribute and then binds each individual section with the ItemsPath attribute.

However, my page differs in that my groups are static, they are: Times, Categories, List. The first will have a listview, the second a grid of tiles and the third will be another listview.

Also, each group section itself has a different layout. It’s not just repeating groups and repeating item-layouts. I was expecting to be able to define “static” groups and a layout for each group directly in the XAML and maybe even add test data to those elements, but it seems like GridView requires data binding, even if just to a dummy data source at design time.

So how would you do this? So essentially, it needs exactly the same horizontal scroll and wrapping as the GridView, but the groups have totally different layouts and each group should ideally be definable directly in the XAML?

I’m thinking of creating a normal grid enclosed in a scroll viewer… what do you think? What would you do?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T13:47:13+00:00Added an answer on June 11, 2026 at 1:47 pm

    In a GridView, groups can be assigned a GroupStyle like this:

    <GridView.GroupStyle>
        <GroupStyle HeaderTemplate="{StaticResource MyGroupHeaderTemplate}" 
                    Panel="{StaticResource MyGroupItemsPanelTemplate}" 
                    HidesIfEmpty="True" />
    </GridView.GroupStyle>
    

    Now, in your case each group will need its own GroupStyle.
    So instead of using a ListView within each group in a GridView, you could:

    1. Define 2 different group styles with header templates and the panel (ItemsPanelTemplate (MSDN)) that you want to use

    2. Define a class that has your custom logic to select which group style to use for a group.(GroupStyleSelector)

    3. Set the GroupStyleSelector property on the GridView in XAML

    4. Define static groups in your view model to contain the data you want: (Times, Categories, List)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to create a profile page for every account created. Once created
i would like to create a 301 from a page to the same page
I would like to create a flash presentation for a web page. It would
I would like to create an order form for my ASP.net page (I included
Is it possible/easy to create a web page which would act like a Microsoft
Possible Duplicate: JavaScript library to create div-style window within page I would like to
YouTube has URL's like these: http://www.youtube.com/watch?v=zKqeCtjFGFc When I create a PHP page mine would
i would like create a array of structure which have a dynamic array :
Helo everyone I've create simple page with table and would like populate it with
(ASP.NET Web Application) I'd like to create a page which allows the user to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.