Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / CarouselPanel Class
Members


In This Topic
    CarouselPanel Class
    In This Topic
    The CarouselPanel is used to display items in a vertical panel that allows the user to scroll through items in an infinite loop.
    Syntax
    'Usage
     
    
    Dim instance As CarouselPanel
    Remarks
    The CarouselPanel is used by the TimePickerDateTimePicker.
    Inheritance Hierarchy

    System.Object
       Microsoft.Maui.Controls.BindableObject
          Microsoft.Maui.Controls.Element
             Microsoft.Maui.Controls.NavigableElement
                Microsoft.Maui.Controls.VisualElement
                   Microsoft.Maui.Controls.View
                      Microsoft.Maui.Controls.Layout
                         Xceed.Maui.Toolkit.CarouselPanel

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also