Replies: 2 comments
-
I think I would just make your header have an opaque background, or put the header outside of the scrollviewer (don't use the header property). @RBrid FYI |
Beta Was this translation helpful? Give feedback.
0 replies
-
None of them is applicable, the opaque background doesn't let customers set their own background properly and it can not be out of the scroll-viewer because the headers also need to scroll horizontally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I make the content of ScrollViewer to be clipped?
I'm using ScollViewer to create a data grid, where the column headers are rendered in the TopHeader.
The Content renders behind the TopHeader.
I know there is the property CanContentRenderOutsideBounds, but it is false by default, and it looks it is not considering the TopHeader.
Beta Was this translation helpful? Give feedback.
All reactions