标签: c# .net winforms visual-studio user-controls
我目前正在使用两个滑块实现双TrackBar。事情进展顺利,但我不确定如何实施TrackBar的大小调整属性。
TrackBar
在Visual Studio的Winforms编辑器中,设置为TrackBar AutoSize的{{1}}会自动垂直调整大小,并且只为您提供水平调整大小的句柄(使用默认true } value):
AutoSize
true
但是,我不确定如何使用自定义控件获取这些大小调整属性:
现在调整它自己的工作正常,但我想模仿Orientation的行为。我该怎么做呢?
Orientation