Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Error] ListView's Header and Footer is not working in WPF #3947

Closed
JaeWangL opened this issue Sep 30, 2018 · 1 comment · Fixed by #8443
Closed

[Error] ListView's Header and Footer is not working in WPF #3947

JaeWangL opened this issue Sep 30, 2018 · 1 comment · Fixed by #8443
Labels
in-progress This issue has an associated pull request that may resolve it! p/WPF s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. t/bug 🐛

Comments

@JaeWangL
Copy link

JaeWangL commented Sep 30, 2018

Steps to Reproduce

  1. Add ListView with Header
                <ListView Grid.Row="2"
                          ItemsSource="{Binding KeyPoints}">
                    <ListView.Header>
                        <StackLayout>
                            <Label Text="TEST" />
                        </StackLayout>
                    </ListView.Header>
                </ListView>
  1. Build and Debug
  2. Have no result in Header

Expected Behavior

ListView's Header and Footer is working properly

  • Version with issue: 3.2.0.839982
  • IDE: Visual Studio 2017, 15.8
  • Platform Target Frameworks: WPF
@jsuarezruiz
Copy link
Contributor

Related to #3770.

@kingces95 kingces95 added p/UWP t/bug 🐛 e/5 🕔 5 s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. and removed e/5 🕔 5 labels Oct 1, 2018
@kingces95 kingces95 added p/WPF and removed p/UWP labels Oct 1, 2018
@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Nov 27, 2019
samhouts pushed a commit that referenced this issue Jan 16, 2020
Resolves bugs #3947 and #3770.

Wrapped the ListView in a Grid that allows for the insert/delete of headers and footers.

Unit tests ran and passed.

fixes #3947
fixes #3770
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
in-progress This issue has an associated pull request that may resolve it! p/WPF s/needs-repro ❔ This reported issue doesn't include a sample project reproducing the issue. Please provide one. t/bug 🐛
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants