ImageGear .NET v24.12 - Updated
CanVerticallyScroll Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearVirtualizingWrapPanel Class : CanVerticallyScroll Property
Gets or sets a value indicating whether the control can be scrolled vertically.
Syntax
'Declaration
 
Public Property CanVerticallyScroll As Boolean
'Usage
 
Dim instance As ImGearVirtualizingWrapPanel
Dim value As Boolean
 
instance.CanVerticallyScroll = value
 
value = instance.CanVerticallyScroll
public bool CanVerticallyScroll {get; set;}
public: __property bool get_CanVerticallyScroll();
public: __property void set_CanVerticallyScroll( 
   bool value
);
public:
property bool CanVerticallyScroll {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearVirtualizingWrapPanel Class
ImGearVirtualizingWrapPanel Members