We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786b4d1 commit e0cd5f5Copy full SHA for e0cd5f5
1 file changed
src/Shared/HandyControl_Shared/Controls/Growl/Growl.cs
@@ -331,7 +331,7 @@ private void Update()
331
332
var transform = new TranslateTransform
333
{
334
- X = MaxWidth
+ X = FlowDirection == FlowDirection.LeftToRight ? MaxWidth : -MaxWidth
335
};
336
_gridMain.RenderTransform = transform;
337
transform.BeginAnimation(TranslateTransform.XProperty, AnimationHelper.CreateAnimation(0));
0 commit comments