点击或拖拽改变大小

IScrollInfoScrollOwner 属性

ScrollOwner is the container that controls any scrollbars, headers, etc... that are dependant on this IScrollInfo's properties. Implementers of IScrollInfo should call InvalidateScrollInfo() on this object when properties change.

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
ScrollViewer ScrollOwner { get; set; }

属性值

类型:ScrollViewer
参见