相关疑难解决方法(0)

如何在其中心设置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>
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述 我希望标题位于窗口标题栏的中间,但它没有,我怎么能做到?我正在使用DevExpress 14.2.5.

wpf ribbon-control dxribbonwindow

5
推荐指数
1
解决办法
115
查看次数

Expression Blend vs Visual Studio

我已经了解了Expression Blend,它用于以与Visual Studio类似的方式创建图形用户界面(Wpf).可以免费下载吗?在任何情况下,Blend生成的任何内容都可以在Visual Studio中使用相同的代码(标记)实现吗?

有人可以向我推荐一个详细而全面的"教程",介绍如何在VS中构建Wpf以及如何有效地使用其控件?

c# wpf visual-studio

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

wpf ×2

c# ×1

dxribbonwindow ×1

ribbon-control ×1

visual-studio ×1