XAML HorizontalAlignment=”Stretch” works in editor but not in program
I’m setting up the UI (WPF) for an app and I am having a weird problem with a list view. Each “item” in the list view is a small block, which I would like to be resizable with the window changing size. When editing, and I have commented out the <ListBox>
and associated tags, the block appears correctly (note, there will be text in the top line).