📄️ The StackPanel and StackView Classes
The StackPanel and StackView classes provide a traditional layout of items in a listbox, yet provide a feel unlike what the stock listbox gives, thanks to the smooth scrolling of items and to its data virtualization, which keeps the application responsive at all times.
📄️ The PathPanel, PathView, and PathConfiguration Classes
The PathPanel and PathView classes display listbox items along a "path," allowing for the creation of unique, eye-catching applications. The settings available for configuring a path make it easy to draw attention to the most important item in the list in a striking fashion (see Configuring the Path below).
📄️ The MultiViewPanel Class
The MultiViewPanel allows multiple views to be used in an application, which are accessible via its Views property or in XAML via its PanelViewsProperty attached property. Views can be switched easily and automatically, and animations are used to render the change from one view to another.