gpt4 book ai didi

wpf - MahApps.Metro:禁用窗口动画

转载 作者:行者123 更新时间:2023-12-02 16:44:47 30 4
gpt4 key购买 nike

我正在使用MahApps.Metro我的 WPF 应用程序的 UI。这是一个很好的工具,可以满足我的需求,但如果有人告诉我如何在弹出窗口时禁用窗口动画,我会更高兴。

当我调用 Show() 方法时,会弹出新窗口,并且我看到一个烦人的动画(内容从右向左滑动)。效果与下图所示的另一种效果类似(但它显示选项卡并且内容从左到右):

Annoying content animation on popup

虚拟表格示例请参见下文:

<controls:MetroWindow x:Class="TestProj.Views.TestView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:vm="clr-namespace:TestProj.ViewsModels"
Height="230" Width="550">
<Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Colours.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Window.Resources>
<Grid>
</Grid>
</controls:MetroWindow>

最佳答案

在窗口的xaml中设置WindowTransitionsEnabled="False"

关于wpf - MahApps.Metro:禁用窗口动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16313161/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com