I have a scrollviewer in page which shows data vertically, and it contains controls like grid, stackpanel and listbox. Listbox contains items with expanderview. On click of expander view header it expands, I just want that whenever it expands its content get visible in page. Means i have to automatically change scroll position and make visible a Listbox selected control.
Is there any way?