如何在其中心设置DXRibbonWindow的标题

时间:2017-07-27 09:09:25

标签: wpf ribbon-control dxribbonwindow

我这样使用DXRibbonwindow

<dxr:DXRibbonWindow  x:Class="MyNameSpace.MyRibbonWindow"
    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"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:dxn="http://schemas.devexpress.com/winfx/2008/xaml/navbar"
    xmlns:dxb="http://schemas.devexpress.com/winfx/2008/xaml/bars"
    xmlns:dxd="http://schemas.devexpress.com/winfx/2008/xaml/docking"
    xmlns:dxlc="http://schemas.devexpress.com/winfx/2008/xaml/layoutcontrol"
    xmlns:dxr="http://schemas.devexpress.com/winfx/2008/xaml/ribbon"
    xmlns:dxmvvm="http://schemas.devexpress.com/winfx/2008/xaml/mvvm"
    SnapsToDevicePixels="True"
    WindowStartupLocation="CenterScreen" WindowState="Maximized"
    Title="title">
    <Grid>
        ...
    </Grid>
</dxr:DXRibbonWindow>

enter image description here 我希望标题位于窗口的标题栏中间,但它没有,我怎么能成功呢?我使用的是DevExpress 14.2.5。

2 个答案:

答案 0 :(得分:1)

使用Visual Studio Blend覆盖默认控制模板,或者说明here 我建议您使用Blend查看examplethe difference blend and VS editors

答案 1 :(得分:0)

在DEVExpress 14.5版本中出现此问题,我将其版本升级到最新的17.1然后问题已经解决,感谢DevExpress开发人员。