Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / IGalleryItemsPanel Interface / SetVisibleItems Method
the number of visible items in the gallery.

In This Topic
    SetVisibleItems Method (IGalleryItemsPanel)
    In This Topic
    Sets the number of actually visible items in the gallery.
    Syntax
    'Declaration
     
    
    Sub SetVisibleItems( _
       ByVal visibleItems As Integer _
    ) 
    void SetVisibleItems( 
       int visibleItems
    )

    Parameters

    visibleItems
    the number of visible items in the gallery.
    See Also