Skip to content

Long delay before displaying items (Combobox) #2724

Closed Answered by Keboo
washburnit asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks Roberto, this sounds like a data virtualization issue. Looking over the code it appears that this library does not have virtualization enabled by default (this is a bug that should get fixed).
In the meantime you should be able to follow the virtualized ComboBoxes from the demo app to enabled virtualization.

                <ComboBox
                    materialDesign:HintAssist.Hint="Virtualisation"
                    MinWidth="72"
                    ItemsSource="{Binding LongListToTestComboVirtualization}"
                    SelectedValue="{Binding SelectedValueOne}">

                    <ComboBox.SelectedItem>
                        <Binding
                            Path="

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ElieTaillard
Comment options

@washburnit
Comment options

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