Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestions for Ribbons #712

Open
Lucasharskamp opened this issue May 6, 2024 · 1 comment
Open

Suggestions for Ribbons #712

Lucasharskamp opened this issue May 6, 2024 · 1 comment

Comments

@Lucasharskamp
Copy link

Lucasharskamp commented May 6, 2024

There are a couple of features missing in Ribbons which I think would be something a lot of people would want. (To make them more in line with other components) If need be, I can develop them myself and create a PR. But first I wanted to check if this would be acceptable.

  1. A RibbonGroupItem / RibbonItem need a Disabled property (boolean), with the same features for it as in, say, Buttons and most other components.

  2. RibbonTab / RibbonGroupItem / RibbonItem need a Color property (boolean), with the same features for it as in, say, Buttons and most other components.
    Example:
    image

  3. RibbonGroupItem needs a Name property (string), same as the one used for RibbonItem

  4. RibbonGroupItem and RibbonItem need a OnClick method, since that would make code maintainability easier than going through all the Name properties in a global OnClick event like the documentation describes. (void, Task, void/Task with MouseEventArgs event)

@gvreddy04
Copy link
Contributor

@Lucasharskamp Thank you for your suggestions, I'll review and get back to you on the above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants