質問

I created a vertical StackPanel and added a large number of Child elements. Each Child has a different height. How can I scroll to a specific child? What if a Child is not visible e.g. due to being located at the bottom of the list.

役に立ちましたか?

解決

Try using the StackPanel.MakeVisible(Visual visual, Rect rectangle) method by passing in the control you would like as the first parameter, and a Rect with the coordinates to make visible as the second.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top