Question: Why isn't the ListBox and ListView default horizontal alignment behavior identical ? #7420
Unanswered
sigmarsson
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In case I employ a
ListBox
in aGrid
the default horizontal behavior is stretching to allocate all available space horizontal.In case of a
ListView
theActualWidth
< parent control'sActualWidth
. (unless I setHorizontalContentAlignment="Stretch"
for parent)Beta Was this translation helpful? Give feedback.
All reactions