Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# syncfusion-winforms-radialmenu-examples
This repository contains samples that demonstrate built-in functionalities and various customizations of winforms RadialMenu control

**<a href="Samples/Keyboard-Support">Keyboard support</a>** - This demo explains how to provide the keyboard support in winforms RadialMenu control.
# Syncfusion WinForms RadialMenu Examples
This repository contains a collection of samples that demonstrate the built-in functionalities and various customization options available in the Syncfusion WinForms RadialMenu control. The RadialMenu is a modern, circular menu that provides an intuitive and visually appealing way to present commands and options to users. It is commonly used in applications where quick access to frequently used actions is essential.
## What You Will Learn from This Repository
• How to configure and display the RadialMenu in a WinForms application.
• Explore built-in features such as keyboard navigation, custom styling, and dynamic item loading.
• Learn how to customize the appearance of menu items, including icons, text, and colors.
• Understand how to handle events for user interactions like item selection and hover effects.
## Sample Highlight: Keyboard Support
**<a href="Samples/Keyboard-Support">Keyboard support</a>** - This sample demonstrates how to enable keyboard navigation in the RadialMenu control. It explains how users can interact with menu items using arrow keys and shortcuts, improving accessibility and usability for keyboard-centric workflows.
## Why Use RadialMenu?
The RadialMenu control is ideal for scenarios where space optimization and quick access to commands are critical. Its circular layout makes it easy to group related actions and present them in a visually appealing manner. Developers can also integrate themes and animations to enhance the user experience.
Loading