HandyOrg / HandyOrg/HandyControl
How to add a button on the right side of the combo box?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
How to add a button on the right side of the combo box?
如何在组合框右侧添加按钮?
Sometimes this button is very useful!
有时这个非常有用。
Describe the solution you'd like
The IsEnabledButton property directly determines whether the Button is enabled. After it is displayed, you can bind the ButtonCommand
通过IsEnabledButton属性直接确定Button是否启用。显示后可以绑定ButtonCommand
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the WPF combo box control and reviewing its existing IsEnabledButton and ButtonCommand APIs. Confirm how the requested right-side button should be displayed and bound; done means the button can appear beside the combo box, be enabled through IsEnabledButton, and accept ButtonCommand.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100