Skip to content

wpf Listview control ScrollIntoView() bug #7276

@vsfeedback

Description

@vsfeedback

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions