uno-toolkit-flipview-extensions

Enable desktop FlipView navigation arrows with hover-based auto-show behavior.

9|1|Updated Dec 10, 2024
One-click install
npx skills add https://github.com/unoplatform/studio --skill uno-toolkit-flipview-extensions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uno-toolkit-flipview-extensions
Source: https://github.com/unoplatform/studio/tree/main/plugins/uno-platform-studio/skills/uno-toolkit-flipview-extensions
Command: npx skills add https://github.com/unoplatform/studio --skill uno-toolkit-flipview-extensions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FlipView on desktop often lacks visible navigation controls, making it harder for users to move between items without touch gestures.

Core Features & Use Cases

  • Shows Previous/Next navigation arrows on FlipView
  • Buttons auto-show on hover for desktop
  • Customizable button templates via default chevron styles
  • XAML namespace: xmlns:utu="using:Uno.Toolkit.UI"

Quick Start

Add the FlipView Extensions to your XAML page and apply the FlipViewExtensions to enable desktop navigation arrows.

Frequently Asked Questions about uno-toolkit-flipview-extensions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I show navigation arrows on a FlipView in a desktop app?

To show navigation arrows on a FlipView, apply the FlipViewExtensions from the Uno Toolkit to enable visible Previous and Next controls for desktop experiences.

Why does my FlipView lack visible navigation controls on desktop?

FlipView often lacks visible navigation controls on desktop because it defaults to touch gestures, but you can enable hover-based auto-show Previous and Next arrows using Uno Toolkit extensions.

How do I add Previous and Next buttons to a XAML FlipView?

Add Previous and Next buttons to a XAML FlipView by applying FlipViewExtensions using the xmlns:utu="using:Uno.Toolkit.UI" namespace in your XAML page.

Can I customize the navigation arrow styles on an Uno Toolkit FlipView?

Yes, you can customize the navigation arrow styles on an Uno Toolkit FlipView by overriding the default chevron styles provided for the Previous and Next button templates.

Does FlipViewExtensions work for touch-only interfaces or is it for desktop UI?

FlipViewExtensions is designed for desktop UI applications where touch gestures are insufficient, providing hover-based auto-show behavior for visible navigation controls.