Welcome to the Xceed Community | Help
Community Search  
More Search Options

ListView Bugs in Office2007 theme

Sort Posts: Previous Next
  •  08-11-2010, 11:56 AM Post no. 27947

    ListView Bugs in Office2007 theme

    I think I may have found a pair of bugs in the ListView of the Office2007 Themes.

    1) My ListViewItems (stackpanel with an image and textblock inside) don't display.

    2) There seems to be some kind of clickable button at the top of the ListView using your theme but there is no button when the theme is removed.

    Here is the XAML for my listbox:

    <ListView DockPanel.Dock="Left"
                      Width="130"
                      Height="Auto"
                      Name="lstSections"
                      SelectionChanged="lstSections_SelectionChanged">
                <ListView.GroupStyle>
                    <GroupStyle>
                        <GroupStyle.HeaderTemplate>
                            <DataTemplate>
                                <TextBlock Text="{Binding Name}"
                                           Foreground="#FF0000D5" />
                            </DataTemplate>
                        </GroupStyle.HeaderTemplate>
                    </GroupStyle>
                </ListView.GroupStyle>
                <ListView.ItemTemplate>
                    <DataTemplate>
                        <StackPanel Orientation="Horizontal">
                            <Image Source="{Binding DisplayImage}"
                                   Height="16"
                                   Width="16" />
                            <TextBlock Text="{Binding DisplayName}"
                                       Foreground="Black"
                                       VerticalAlignment="Center" />
                        </StackPanel>
                    </DataTemplate>
                </ListView.ItemTemplate>
            </ListView>

     Any help resolving these issues would be appreciated.

     

  •  08-11-2010, 1:14 PM Post no. 27948 in reply to 27947

    Re: ListView Bugs in Office2007 theme

    Hi,

    It seems like this is indeed an issue with our themes.  Fix requests for these bugs have been sent to our development team and should be dealt with as soon as possible.  We will inform you when they get resolved.

    Thank you for your patience.


    François Dubé
    - Technical Designer -
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.