ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearVirtualizingWrapPanel Class / ScrollOwner Property




In This Topic
    ScrollOwner Property
    In This Topic
    Gets or sets the scroll owner.
    Syntax
    'Declaration
     
    Public Property ScrollOwner As ScrollViewer
    'Usage
     
    Dim instance As ImGearVirtualizingWrapPanel
    Dim value As ScrollViewer
     
    instance.ScrollOwner = value
     
    value = instance.ScrollOwner
    public ScrollViewer ScrollOwner {get; set;}
    public: __property ScrollViewer* get_ScrollOwner();
    public: __property void set_ScrollOwner( 
       ScrollViewer* value
    );
    public:
    property ScrollViewer^ ScrollOwner {
       ScrollViewer^ get();
       void set (    ScrollViewer^ value);
    }

    Property Value

    ScrollViewer object.
    See Also