-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
📭 waiting-author-feedbackTo request more information from author.To request more information from author.💤 no-recent-activityEnhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Description
This issue has been moved from a ticket on Developer Community.
Continuous addition of the same value to the listview causes scrolling to not last
code)
WPF ListView Name: listBox_log
....
....
var index = listBox_log.SelectedIndex;
var item = listBox_log.Items.GetItemAt(index);
listBox_log.ScrollIntoView(item);
Original Comments
Feedback Bot on 11/3/2022, 06:55 PM:
(private comment, text removed)
Dolly Wang [MSFT] on 11/7/2022, 02:42 AM:
(private comment, text removed)
devkang on 11/9/2022, 05:57 PM:
(private comment, text removed)
devkang on 11/9/2022, 05:58 PM:
(private comment, text removed)
Feedback Bot on 11/9/2022, 07:02 PM:
(private comment, text removed)
Original Solutions
(no solutions)
Metadata
Metadata
Assignees
Labels
📭 waiting-author-feedbackTo request more information from author.To request more information from author.💤 no-recent-activityEnhancement RequestedProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions