gpt4 book ai didi

c# - 在 Avalon Dock 中设置面板的初始高度

转载 作者:太空宇宙 更新时间:2023-11-03 17:56:28 26 4
gpt4 key购买 nike

我以这种方式在代码中创建面板:

DockableContent dockableContent = CreateDockableContent<TView>(model);
dockableContent.Show(_dockingManager, AnchorStyle.Bottom);

如何指定该面板的初始高度?以下不起作用:
dockableContent.Height = 400;

或者
ResizingPanel.SetResizeHeight(dockableContent, new GridLength(400));

最佳答案

对于固定高度的面板,设置 DockMinHeight="120"和 DockHeight="1*"。对于其他面板设置 DockHeight="90*"。

在这种情况下,具有固定高度的面板将变得如此短,以至于将使用 DockMinHeight。

关于c# - 在 Avalon Dock 中设置面板的初始高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9739876/

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