❔ StackPanel Problem
I want to create a stackpanel with some images but for some reason the stackpanel will only show the first item in it
(notice how I can only see the textblock in the added pic, (settings button is unrelated))
8 Replies
$code
To post C# code type the following:
```cs
// code here
```
Get an example by typing
$codegif
in chat
If your code is too long, post it to: https://paste.mod.gg/a screenshot where half of the relevant code is cut off isn't really helpful
$rulesofwpf
Do not use the designer
because it relies on Margin.
Don't rely on Margin as the primary tool for layouts
though I'm unsure how that StackPanel is showing any type of collection of items
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.