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.
Gets or sets a value that indicates whether scrolling on the horizontal axis is possible. false in all cases for RibbonGalleryCategoriesPanel.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property CanHorizontallyScroll As Boolean
public bool CanHorizontallyScroll { get; set; }
public:
virtual property bool CanHorizontallyScroll {
bool get () sealed;
void set (bool value) sealed;
}
abstract CanHorizontallyScroll : bool with get, set
override CanHorizontallyScroll : bool with get, set
final function get CanHorizontallyScroll () : boolean
final function set CanHorizontallyScroll (value : boolean)
Property Value
Type: System.Boolean
false in all cases.
Implements
IScrollInfo.CanHorizontallyScroll
Remarks
When set, the value of this property is always coerced to false.
.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.