Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This API is not implemented.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property CanVerticallyScroll As Boolean
public bool CanVerticallyScroll { get; set; }
public:
virtual property bool CanVerticallyScroll {
bool get () sealed;
void set (bool value) sealed;
}
abstract CanVerticallyScroll : bool with get, set
override CanVerticallyScroll : bool with get, set
final function get CanVerticallyScroll () : boolean
final function set CanVerticallyScroll (value : boolean)
Property Value
Type: System.Boolean
false in all cases.
Implements
IScrollInfo.CanVerticallyScroll
Remarks
The RibbonTabHeadersPanel provides horizontal scrolling by line for RibbonTabHeader controls in a Ribbon. Scrolling up or down, and scrolling by page is not supported.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.