Gets or sets a value indicating whether the control can be scrolled horizontally.
Syntax
'Declaration
Public Property CanHorizontallyScroll As Boolean
'Usage
Dim instance As ImGearVirtualizingWrapPanel
Dim value As Boolean
instance.CanHorizontallyScroll = value
value = instance.CanHorizontallyScroll
public bool CanHorizontallyScroll {get; set;}
public: __property bool get_CanHorizontallyScroll();
public: __property void set_CanHorizontallyScroll(
bool value
);
public:
property bool CanHorizontallyScroll {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also