ScrollHeader inside grouped ListView #3979
Replies: 10 comments
-
ping @pdehne |
Beta Was this translation helpful? Give feedback.
-
Quick update here, I looked into this. The ListViewHeaderItems are always kept up top no mater the Zindex. Tried forcing the ZIndexes but they keep getting ignored. It is possible the visuals are forced on top on the compositor level, and not sure how to override that behavior. |
Beta Was this translation helpful? Give feedback.
-
Hi, Julien. |
Beta Was this translation helpful? Give feedback.
-
You can actually find a sample that is similar to that view in the Groove app in the WindowsUIDevLabs repo |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@Medality I think what you want is a SemanticZoom https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/semantic-zoom Am I right? |
Beta Was this translation helpful? Give feedback.
-
No not the SemanticZoom. It's hard to cature the effect on a screenshot but if you try it yourself, you'll see that the header (the part with "Refine" and "Shuffle all") behaves like a ScrollHeader in QuickReturn mode. |
Beta Was this translation helpful? Give feedback.
-
I see what you mean. I'll take a look at it, it might give me an idea on how it's done. Probably won't get to it until 2.2 though |
Beta Was this translation helpful? Give feedback.
-
I tried to replicate the bug with the latest toolkit version and it's still happening. What's the current status of the issue? |
Beta Was this translation helpful? Give feedback.
-
@gillesbergerp What's the current status? |
Beta Was this translation helpful? Give feedback.
-
When using
ScrollHeader
withMode="Sticky"
inside a ListView with grouped items, the groups' headers are displayed in front of the header.Example
Where
cvs
is aCollectionViewSource
withIsSourceGrouped
set toTrue
.Result
Beta Was this translation helpful? Give feedback.
All reactions