WPF › Smart 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
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). |
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).