Enable scrolling in StackPanel #252
-
Beta Was this translation helpful? Give feedback.
Answered by
JordanMarr
Jan 22, 2023
Replies: 1 comment 3 replies
-
I believe your issue is due to the fact that your (btw, I deleted my last answer because it was incorrect). |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
konst-sh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe your issue is due to the fact that your
StackPanel
height is set to the same size as the outerScrollViewer
.Remove the
StackPanel
height (so it can grow as needed); it will then be limited by the outerScrollViewer
height.(btw, I deleted my last answer because it was incorrect).