Devexpress WPF DXTabControl停止选项卡浮动

问题描述

我继承了不是公司的人制作的WPF应用程序,因此,如果我错过了一些细节,请道歉。

我们有一个Devexpress组件DXTabControl,它是一个选项卡控制器。我想阻止选项卡弹出和浮动。

我尝试将所有内容都设置为false,但它仍然会使制表符浮动

<dxdo:DockLayoutManager x:Name="DockManager" Grid.Column="1" ClosingBehavior="ImmediatelyRemove" Background="Transparent" DockingStyle="VS2010" >
            <dxdo:LayoutGroup x:Name="Root" AllowMove="False" AllowDrag="False" AllowDock="False" FloatOnDoubleClick="False" AllowFloat="False" AllowSizing="False" AllowActivate="False" AllowClose="False" AllowMaximize="False" AllowMinimize="False" AllowRename="False" AllowRestore="False" AllowHide="False" AllowContextMenu="False" AllowSelection="False">
                <dxdo:LayoutGroup Orientation="Horizontal" DestroyOnClosingChildren="False" GroupBorderStyle="Tabbed" >
                    <dxdo:DocumentGroup x:Name="DocumentsContentRegion" regions1:RegionManager.RegionName="{x:Static prism:RegionNames.Content}" Margin="0,5,0"  DestroyOnClosingChildren="False" AllowClose="False" MDIStyle="Tabbed" AllowFloat="True" AllowDrag="False" AllowSplitters="False" DestroyContentOnTabSwitching="False" AllowHide="False" ShowWhenEmpty="False" ClosePageButtonShowMode="InActiveTabPageHeader" />
                </dxdo:LayoutGroup>
            </dxdo:LayoutGroup>
        </dxdo:DockLayoutManager>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...