1

Closed

AppBar does not get clipped during transitions.

description

<p>If the CustomAppBar is not used in full screen mode - it does not get clipped by its parent element, so during the translate transition it moves beyond its bounding rectangle.</p>
Closed Sep 15, 2012 at 10:26 PM by
If the app bar is not full screen - Controls.Extensions.FrameworkElementExtensions.ClipToBounds can be used on it to get it clipped. Otherwise - it is fine as is.

comments