HypernovaDesktop Components · docs
Binarymission
WPFSmart Navigator › ControlItemAnimationType

ControlItemAnimationType

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.ListControls

Lists the supported Tab item animation types.

public enum ControlItemAnimationType

Members at a glance

AnimateItemIndicatorAnimates just the item indicator (at the top of the window).
ContentVanishesAndAppearsContent disappears and then re-appears.
NoneThe default setting of no animation.
ScrollUpContentScrolls up the content.
ScrollUpContentAndScrollItemIndicatorScrolls both the content and the item indicator glyph (at teh top of the window).

Members

AnimateItemIndicator

Animates just the item indicator (at the top of the window).

ContentVanishesAndAppears

Content disappears and then re-appears.

None

The default setting of no animation.

ScrollUpContent

Scrolls up the content.

ScrollUpContentAndScrollItemIndicator

Scrolls both the content and the item indicator glyph (at teh top of the window).