RibbonGalleryCategoriesPanel.CanVerticallyScroll 属性

定义

获取或设置一个值,该值指示是否可以在垂直轴上滚动。 在所有情况下,RibbonGalleryCategoriesPanel 都为 true

public:
 property bool CanVerticallyScroll { bool get(); void set(bool value); };
public bool CanVerticallyScroll { get; set; }
member this.CanVerticallyScroll : bool with get, set
Public Property CanVerticallyScroll As Boolean

属性值

Boolean

在所有情况下均为 true

实现

注解

设置时,此属性的值始终强制设置为 true

适用于