Replies: 11 comments
-
Hello zhuxb711, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌 |
Beta Was this translation helpful? Give feedback.
-
@zhuxb711 all the If this somehow worked for you, can you please share the XAML that will indicate this issue in the Sample App for us? You can just use a Is there a reason you need a |
Beta Was this translation helpful? Give feedback.
-
I changed my code and got a bug. |
Beta Was this translation helpful? Give feedback.
-
@zhuxb711 are you saying this is related to your original issue here or is this a different issue? We need more details to go on than a screenshot. Can you try and modify a sample within our Sample App to reproduce the issue and paste the XAML here? (i.e. build and run sample app, open a sample, click on XAML tab, and modify code there.) That would make it a lot easier for someone to try and pick-up, diagnose the issue, and then validate a potential fix. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@michael-hawker I made a sample app for you. At first, sticky header work well. If you switch the NavigationView and switch back. You will found sticky header could not work well. If you add a new tab in TabView and switch back. It works again. |
Beta Was this translation helpful? Give feedback.
-
I hope that sample app will help. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks @zhuxb711 hopefully someone can pick this up to take a look. If you attached the same behavior from 6.1 did it work? Or if you used the old control did it work? Just trying to determine if this is a regression or a new issue. (Though it'd be surprised if anything changed from 6.1 to 7.0 as the behavior code should be the same. All we did was unbox it.) |
Beta Was this translation helpful? Give feedback.
-
Let's try and at least see if we can see the issue in the provided repro project and check if it's a regression from 6.1.1 or not (as we'd just have to change the namespace). |
Beta Was this translation helpful? Give feedback.
-
@michael-hawker Before our changes in |
Beta Was this translation helpful? Give feedback.
-
Further investigation shows that this is an issue with |
Beta Was this translation helpful? Give feedback.
-
This is the same behavior as 6.1.1 which also couldn't be used with @zhuxb711 why are you trying to use Can you provide more details here on why specifically you need to use For now, moving out to 7.1 as this isn't a regression. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
StickyHeaderBehavior would not take effect in 7.0.0.preview5 if we use ListView.HeaderTemplate to define the layout and set custom object to ListView.Header
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
Header should be sticky
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Beta Was this translation helpful? Give feedback.
All reactions