【发布时间】:2022-01-17 11:14:13
【问题描述】:
我正在使用材料设计对话框在我的 wpf 应用程序中显示一条大消息。但是当我在按钮小鸡事件中显示它时,它会出现在应用程序的中间。我想在左下角显示它。我如何实现它?这是我的代码
<materialDesign:DialogHost Panel.ZIndex="566" x:Name="mainWindowDialogHost">
<materialDesign:DialogHost.DialogContent>
<Border Height="500" Width="200">
//here goes a very large message
</Border>
</materialDesign:DialogHost.DialogContent>
</materialDesign:DialogHost>
【问题讨论】:
标签: c# wpf xaml material-design material-design-in-xaml