ScrollIntoView function of ListView does not work for custom ItemsPanel set in application level #7434
Unanswered
SubashiniMahendran
asked this question in
Q&A
Replies: 4 comments
-
@RBrid thoughts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
upgrade to preview-3, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Team, Any update on this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have set StackPanel as ItemsPanel for ListView control in application level. Then when adding new items at run-time, I need to bring the newly added item into view. So, I have tried to use ScrollIntoView function of ListView. But, it does not work properly for custom ItemsPanel set at sample level. Please find the demo sample below and replication procedure below:
Demo:
Scrolling-issue.zip
Replication procedure:
Can you please conform whether it is issue or behavior. If it is behavior, can you please provide any solution how to bring an ListViewItem into view.
Beta Was this translation helpful? Give feedback.
All reactions