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,31621015
1,31621015
asked Nov 19 at 14:57
user3239349
273317
273317
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
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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