Hi,
I would suggest you to use GridView, it contains a scrollbar. We can use ScrollIntoView function to scroll some item based on the index.
Please follow these codes.
this->GridView1->ScrollIntoView(this->GridView1->Items->GetAt(6));
Best regards,
Jesse
Jesse Jiang [MSFT]
MSDN Community Support | Feedback to us
