Weird ListBox behavior inside SplitView Pane #580
-
Beta Was this translation helpful? Give feedback.
Answered by
LSXAxeller
Jun 11, 2024
Replies: 2 comments
-
Use DevTools F12 to check:
I think ListBox or ListBoxItem may have a MinWidth which makes the control positioned incorrectly due to missing space. |
Beta Was this translation helpful? Give feedback.
0 replies
-
after investigating with DevTools thanks to @timunie for bringing it up, I found that
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LSXAxeller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after investigating with DevTools thanks to @timunie for bringing it up, I found that
ListBoxItem.HorizontalAlignment="Left"
fixes it