You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
I have a view where I need to show a label in one column and a text box in a second column in a ListBox For some reason I can't seems to stretch the items. As you can see, I am using HorizontalContentAlignment="Stretch" which many hits out there suggest to do. I even tried adding ScrollViewer.HorizontalScrollBarVisibility="Disabled" to the ListBox with no luck.
I am trying to write a WPF application using c#.
I have a view where I need to show a label in one column and a text box in a second column in a ListBox For some reason I can't seems to stretch the items. As you can see, I am using HorizontalContentAlignment="Stretch" which many hits out there suggest to do. I even tried adding ScrollViewer.HorizontalScrollBarVisibility="Disabled" to the ListBox with no luck.
Here is the XAML code of my view
Here is how the same code look without this package
The text was updated successfully, but these errors were encountered: