1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C#3,387 stars (3,387 stars)320 forks (320 forks)batch import
enhancementhelp wanted
Description
Is it possible to change menu graphics (Background etc)?
Contributor guide
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Basic C#Eto framework experience
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue asks if it's possible to change menu background graphics in Eto. No additional context is provided. To start, examine the Eto documentation and source code for menu related classes (e.g., MenuItem, SubMenuItem) to see if there is a built in property for background customization. Look for examples of custom rendering or styling in the framework. If no clear path exists, consider proposing a new property or custom drawing approach, and then ask maintainers for feedback on the feasibility.