Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TSpTBXDockablePanel类没有改变标题高度的属性。标题是带有 [x] 按钮的顶部区域。它具有只读属性
TSpTBXDockablePanel
property CaptionPanelSize: TPoint read GetCaptionPanelSize;
但我无法更改此标题高度。如何改变它?
我试图SetCaptionPanelSize()为这个属性做,然后改变FPanel.Height. 但是设置高度没有效果。
SetCaptionPanelSize()
FPanel.Height
后来我找到了。它是选项Options.TitleBarMaxSize。如果它很大,那么代码会在 Hi-DPI 上将其缩放到更大的值。我需要缩放它。
Options.TitleBarMaxSize