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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:29:21+00:00 2026-05-25T13:29:21+00:00

I included everything below since it’s not that much. I wasn’t sure if something

  • 0

I included everything below since it’s not that much. I wasn’t sure if something I put elsewhere was causing my setter to not work properly.

                <ListView x:Name="lvReports"
                             SelectionMode="Single"
                             ItemsSource="{Binding reportsCollection}" Height="432" ScrollViewer.HorizontalScrollBarVisibility="Hidden">
                    <ListView.Resources>
                        <Style x:Key="myHeaderStyle" TargetType="{x:Type GridViewColumnHeader}">
                            <Setter Property="HorizontalContentAlignment" Value="Left"/>
                            <Setter Property="TextElement.FontSize" Value="30pt"/>
                            <Setter Property="Width" Value="800"/>
                        </Style>
                    </ListView.Resources>
                    <ListView.GroupStyle>
                        <GroupStyle>
                            <GroupStyle.HeaderTemplate>
                                <DataTemplate>
                                    <DockPanel>
                                        <DockPanel Height="30" VerticalAlignment="Bottom">
                                            <Image Source="\Images\ProductivityByEmployeesReport.png"/>
                                            <TextBlock FontWeight="Bold" FontSize="18pt" Text="{Binding Path=Name}"/>
                                        </DockPanel>
                                    </DockPanel>
                                </DataTemplate>
                            </GroupStyle.HeaderTemplate>
                        </GroupStyle>
                    </ListView.GroupStyle>
                    <ListView.View>
                        <GridView>
                            <GridViewColumn x:Name="colName" HeaderContainerStyle="{StaticResource myHeaderStyle}" Header="Reports">
                                <GridViewColumn.CellTemplate>
                                    <DataTemplate>
                                        <DockPanel>
                                            <Rectangle Width="18"/>
                                            <CheckBox>
                                                <TextBlock Text="{Binding displayName}"/>
                                            </CheckBox>
                                        </DockPanel>
                                    </DataTemplate>
                                </GridViewColumn.CellTemplate>
                            </GridViewColumn>
                        </GridView>
                    </ListView.View>
                </ListView>

Thanks in advance.

  • 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-05-25T13:29:21+00:00Added an answer on May 25, 2026 at 1:29 pm

    Add this to <ListView.Resources>

    <Style TargetType="GridViewColumnHeader" x:Key="ColumnHeaderLarge">
       <Setter Property="FontSize" Value="14"/>
    </Style>
    

    To set Fontsize to 14, use the style as:

    <GridView ColumnHeaderContainerStyle="{StaticResource ColumnHeaderLarge}">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

right now i am simply ftping everything (all of my source code included) but
I am trying to include the library StringEscapeUtils and everything that I can find
I included a repeater in my master page. The repeater has a button that
I've included a mobile web form in my asp.net project, I thought that it
I have included a resource in my Visual Studio 2005 solution that was a
I am learning cakePHP, everything seems alright except that I am very confused of
I've included the CKEditor on my site. Everything works even though I get this
Sorry for not included any example data for my problem. I couldn’t find a
I'm maintaining a web application that utilizes the provider pattern as described below, for
How can I find everything between the hyphens with regex? Array answer for below

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.