ScrollViewer scroll item into center
up vote
3
down vote
favorite
In C# UWP I need to bring item into center of ScrollViewer/ListView, instead of top or bottom.
I use this code to scroll:
listViewMain.ScrollIntoView(ItemsList[50]);
Any extension method or some other way to achieve this?
c# uwp center scrollviewer custom-scrolling
add a comment |
up vote
3
down vote
favorite
In C# UWP I need to bring item into center of ScrollViewer/ListView, instead of top or bottom.
I use this code to scroll:
listViewMain.ScrollIntoView(ItemsList[50]);
Any extension method or some other way to achieve this?
c# uwp center scrollviewer custom-scrolling
this would be helpful stackoverflow.com/a/3002013/2630817
– Just code
Nov 19 at 15:50
Possible duplicate of Windows 10 ScrollIntoView() is not scrolling to the items in the middle of a listview
– Nico Zhu - MSFT
Nov 20 at 5:22
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
In C# UWP I need to bring item into center of ScrollViewer/ListView, instead of top or bottom.
I use this code to scroll:
listViewMain.ScrollIntoView(ItemsList[50]);
Any extension method or some other way to achieve this?
c# uwp center scrollviewer custom-scrolling
In C# UWP I need to bring item into center of ScrollViewer/ListView, instead of top or bottom.
I use this code to scroll:
listViewMain.ScrollIntoView(ItemsList[50]);
Any extension method or some other way to achieve this?
c# uwp center scrollviewer custom-scrolling
c# uwp center scrollviewer custom-scrolling
edited Nov 19 at 15:43
Diado
1,27821015
1,27821015
asked Nov 19 at 14:57
user3239349
266317
266317
this would be helpful stackoverflow.com/a/3002013/2630817
– Just code
Nov 19 at 15:50
Possible duplicate of Windows 10 ScrollIntoView() is not scrolling to the items in the middle of a listview
– Nico Zhu - MSFT
Nov 20 at 5:22
add a comment |
this would be helpful stackoverflow.com/a/3002013/2630817
– Just code
Nov 19 at 15:50
Possible duplicate of Windows 10 ScrollIntoView() is not scrolling to the items in the middle of a listview
– Nico Zhu - MSFT
Nov 20 at 5:22
this would be helpful stackoverflow.com/a/3002013/2630817
– Just code
Nov 19 at 15:50
this would be helpful stackoverflow.com/a/3002013/2630817
– Just code
Nov 19 at 15:50
Possible duplicate of Windows 10 ScrollIntoView() is not scrolling to the items in the middle of a listview
– Nico Zhu - MSFT
Nov 20 at 5:22
Possible duplicate of Windows 10 ScrollIntoView() is not scrolling to the items in the middle of a listview
– Nico Zhu - MSFT
Nov 20 at 5:22
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53377285%2fscrollviewer-scroll-item-into-center%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
this would be helpful stackoverflow.com/a/3002013/2630817
– Just code
Nov 19 at 15:50
Possible duplicate of Windows 10 ScrollIntoView() is not scrolling to the items in the middle of a listview
– Nico Zhu - MSFT
Nov 20 at 5:22