1

i get a variable number of user controls ordered as a list. My goal is to scroll these controls upwards. When the topmost control left the visible area i want to remove it from the top and append to the end.

First i tried to animate every control via ThicknessAnimation, but i think this is inefficient as there could be 50+ controls.

As a visual help so see what i include a picture of what i try to achieve.

Any ideas how to get this done?

Thanks in advance.

4

1 回答 1

0

这是您可能感兴趣的 WPF 博士的LoopPanel 示例应用程序。

于 2011-08-02T12:37:12.350 回答