ComponentOne Carousel for WPF and Silverlight
C1.Silverlight.Carousel Namespace / C1CarouselPanel Class / CanVerticallyScroll Property

In This Topic
    CanVerticallyScroll Property (C1CarouselPanel)
    In This Topic
    Implements the IScrollInfo.CanVerticallyScroll property.
    Syntax
    'Declaration
     
    
    Public Property CanVerticallyScroll As Boolean
    public bool CanVerticallyScroll {get; set;}
    See Also