[Feature] The default icon at the end of DropDownButton can be modified
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe
I hope that the icon in DropDownButton.xaml can be customized by the user to display and indicate the direction of the arrow.
The following is the definition code of the icons in the project in DropDownButton.xaml
<Grid Grid.Column="2" Margin="{StaticResource ButtonChevronIconMargin}">
<controls:SymbolIcon FontSize="10" Symbol="ChevronDown24" />
</Grid>
Describe the solution you'd like
An enumeration variable to indicate arrow direction and whether to display arrows.
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
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 with DropDownButton.xaml and inspect the existing Grid and SymbolIcon definition for the default ChevronDown24 icon. Trace how DropDownButton properties are exposed in the control, then define the supported arrow-direction and visibility behavior; done means users can configure the icon as requested without changing the default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100