In This Article

ActiproSoftware.Windows.Controls.Views Namespace

Classes

AnimatedCanvas

Represents a panel that positions child elements using explicit coordinates that are relative to the panel.

AnimatedDockPanel

Represents a panel that positions child elements either horizontally or vertically, relative to each other.

AnimatedStackPanel

Represents a panel that positions child elements in sequential order, either horizontally or vertically.

AnimatedWrapPanel

Represents a panel that positions child elements in sequential order, breaking content to the next row or column at the edge of the containing box. Subsequent ordering happens sequentially from top to bottom or from right to left, depending on the value of the Orientation property.

AnimationPointConverter

Represents a custom TypeConverter for System.Windows.Point type that uses custom parsing.

ArrangeAnimation

Represents a default implementation of IArrangeAnimation that allows the animation to be easily configured and/or customized.

ArrangeAnimationSettings

Represents settings used to control various arrange animations in ArrangeAnimation.

ArrangeState

Represents the current arrangement state of a UIElement in a PanelBase.

Book

A control that looks like a book.

BookPage

Represents a page of a Book control.

BookPageRoutedEventArgs

Provides event arguments for a Book routed event.

BookPageStyleSelector

Provides a way to choose a Style for BookPage based various properties.

BookPageTemplateSelector

Provides a way to choose a DataTemplate for BookPage based various properties.

BookPanel

Represents a Panel used to display pages in a Book control.

CancelBookPageRoutedEventArgs

Provides event arguments for a cancelable Book routed event.

FanPanel

Represents a panel that positions child elements along the z-axis.

InertiaScrollViewer

A control that provides scrolling with inertia on touch input.

MultiColumnPanel

Provides an implementation of a Panel that can render child elements in multiple columns, collapsing columns down as available space decreases.

SettingsCard

Displays a setting within a card.

SettingsExpander

Displays a setting within a card that can be expanded to show additional settings.

SettingsGroup

Displays a group of settings.

SwitchPanel

Represents a panel that delegates the positioning of the child elements to one or more child panels.

TaskBoard

Represents a task board.

TaskCard

Represents a task card.

TaskCardEventArgs

Provides event arguments for TaskCard-related events.

TaskColumn

Represents a task column.

TaskColumnEventArgs

Provides event arguments for TaskColumn-related events.

ZapPanel

Represents a panel that positions child elements in sequential order, either horizontally or vertically.

Interfaces

IArrangeAnimation

Provides the base requirements for an object that can animate the arrangement of a PanelBase's children.

Enums

ArrangeAnimations

Represents the various built-in animations supported by ArrangeAnimations.

ArrangeStatus

Represents the current status of a UIElement and the associated ArrangeState.

BookAnimationState

Specifies the animation states of the Book control.

BookPageFace

Specifies the faces of a book page.

ElementLayoutPlacement

Specifies the layout placement of elements in a FanPanel.