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.
Nevron 的底座面板手柄在 4k 显示器上使用时只有几个像素宽。这使得调整面板的大小变得乏味,以使鼠标准确地位于面板边框上,以便显示手柄。是否有增加手柄尺寸的设置?
由于停靠面板中的其他控件,在 MouseMove 事件中编写我自己的代码不会触发。
NDockManager 对象有一个名为 SplitterStyle 的属性。您可以将拆分器样式的大小设置为某个 int 值,这会将拆分器的宽度增加到所需的大小:
m_DockManager.SplitterStyle.Size = mySplitterWidth;