-
i have a layout that works as expected when not using data binding, but when converting to a bound layout things stack vertically instead of horizontally and I don't understand why the bound version has the VERTICAL layout that it does - I assume it has something to do with the inner stackpanel being within itemscontrol/datatemplate Logical (unbound) layout :
Bound Layout :
|
Beta Was this translation helpful? Give feedback.
Answered by
germgerm
Feb 17, 2025
Replies: 1 comment
-
I looked at itemsrepeater which does what I want - it is deprecated but got me going in the right direction
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
germgerm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I looked at itemsrepeater which does what I want - it is deprecated but got me going in the right direction