![Avatar](https://secure.gravatar.com/avatar/bb0b26d5229e755459136a962f51043f.jpg?s=64&d=identicon&r=g)
Are there any guides to follow when using AnimatedStackPanel or AnimatedDockPanel? I tried them several times but sooner or later these panels start introducing strange UI render or user input bugs.
Examples:
- after resizing window sometimes controls are placed out of bounds. You have to resize again 1-2pixels then suddenly everything animates into correct place (no native WinForms controls involved, everything pure WPF).
- Sometimes the UI just doesn't update any more. It still is click sensitive, but doesn't update. Sometimes resizing the container/window helps.
- 3rd party controls get rendered wrong: Current example (which triggered this post): RangeSlider out of "Extended WPF Toolkit™ Community Edition" 2.2.1: The left padding is always missing and the calculation of the range width gets wrong when they are near.