Skip to content
Discussion options

You must be logged in to vote

This is what I did in my ListBox:

            <ListBox.ItemsPanel>
                <ItemsPanelTemplate>
                    <StackPanel />
                </ItemsPanelTemplate>
            </ListBox.ItemsPanel>

Also, what I noticed myself: ItemsRepeater is a weird beast which does weird stuff. When I don't use a ListBox, I usually use an ItemsControl instead.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@LilyStilson
Comment options

@StefanKoell
Comment options

Answer selected by LilyStilson
@LilyStilson
Comment options

@StefanKoell
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants