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.
对某人来说应该是一个不错的轻松...
我有一个面板,我正在向其中动态添加子控件,当其中任何一个放置在可见区域之外时,滚动条就会出现。
我需要知道这个区域的总面积。即可滚动区域有多宽?
我可以获得最远的控件并使用它的 left + width 属性,但必须有更清洁的方法吗?
编辑:希望这能说明我需要什么(可滚动区域宽度)。
试试这个
SystemInformation.VerticalScrollBarArrowWidth
请参阅http://msdn.microsoft.com/en-us/library/system.windows.forms.systeminformation.verticalscrollbarwidth.aspx