OrientedVirtualizingPanel.CanHorizontallyScroll Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool CanHorizontallyScroll { bool get(); void set(bool value); };
bool CanHorizontallyScroll();
void CanHorizontallyScroll(bool value);
public bool CanHorizontallyScroll { get; set; }
var boolean = orientedVirtualizingPanel.canHorizontallyScroll;
orientedVirtualizingPanel.canHorizontallyScroll = boolean;
Public Property CanHorizontallyScroll As Boolean
Property Value
bool