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 8949537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:14:29+00:00 2026-06-15T13:14:29+00:00

I have a GridView: <GridView HorizontalAlignment=Left Width=400 Height=400 Header=AAAAAA> <GridViewItem Content=GridViewItem Margin=0/> <GridViewItem Content=GridViewItem

  • 0

I have a GridView:

<GridView HorizontalAlignment="Left" Width="400" Height="400" Header="AAAAAA">
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
        </GridView>

enter image description here

I simply want that AAAAA on the upper side on the GridView, not the left where it intervene position of my GridViewItem. You know, like in Music apps on Windows 8, the title “now playing >” or “most popular >” are placed in the upper side of the GridView. How to do it?

  • 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-15T13:14:31+00:00Added an answer on June 15, 2026 at 1:14 pm

    Try this:

        <GridView HorizontalAlignment="Left" Width="400" Height="400" Header="AAAAA">
            <GridView.ItemsPanel>
                <ItemsPanelTemplate>
                    <VariableSizedWrapGrid Orientation="Horizontal" Width="400" />
                </ItemsPanelTemplate>
            </GridView.ItemsPanel>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
            <GridViewItem Content="GridViewItem" Margin="0"/>
        </GridView>
    

    Alternatively, instead of using GridView’s Header, you could do something like this:

        <Grid Width="400" Height="300">
            <Grid.RowDefinitions>
                <RowDefinition Height="Auto" />
                <RowDefinition Height="*" />
            </Grid.RowDefinitions>
            <TextBlock Style="{StaticResource SubheaderTextStyle}" Text="My Header" Margin="0 20" />
            <GridView Grid.Row="1">
                <GridViewItem Content="GridViewItem" Margin="0"/>
                <GridViewItem Content="GridViewItem" Margin="0"/>
                <GridViewItem Content="GridViewItem" Margin="0"/>
            </GridView>
        </Grid>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Firstly: <ListView Height=259 HorizontalAlignment=Left Margin=7,6,0,0 Name=dataListView VerticalAlignment=Top Width=899> <ListView.View> <GridView> <GridViewColumn Width=240 Header=Test />
I have ListView with one column that contains checkboxes <ListView Height=164 HorizontalAlignment=Left ItemsSource={Binding ProductList}
I currently have this XAML Code: <ListView x:Name=listFeedSearch Margin=-548.856,95.333,0,7.667 HorizontalAlignment=Left Width=542.5 RenderTransformOrigin=0.5,0.5 ItemsSource={Binding SearchCollection}>
I want to have a ComboBox in the header cells of my GridView (currently
I have the following: <ListView Name="lstStepTargets" Margin="0,3,0,-3" VerticalAlignment="Stretch" > <ListView.View> <GridView> <GridViewColumn Header="Enabled" >
Have a gridview control which will show X amount of rows. I want to
I have a gridview and I have a button on it.I want, if the
I have a gridview that needs to be exported to Excel. I have managed
I have a GridView and I want to export it in Word document using
I have GridView that allows select. It takes data from EntityDataSource . How do

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.