HandyOrg / HandyOrg/HandyControl
Enhance hc:Empty attached property with Description and Logo
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Feature request type
enhancement
Is your feature request related to a problem? Please describe
It would be great to enhance the hc:Empty attached property by adding support for Description and Logo.
Right now, when showing an empty state, we often need a short description and sometimes an icon or logo to make the UI clearer and more user-friendly. Supporting these directly in hc:Empty would make empty state design more flexible and easier to use.
Is this something that could be considered?
Describe the solution you'd like
<ListView hc:Empty.ShowEmpty="True"
hc:Empty.Description="Custom Description"
hc:Empty.Logo="Custom Logo" />
Describe alternatives you've considered
No response
Additional context
No response
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 hc:Empty attached property implementation and the empty-state control or template it drives; the issue provides no file or test path. Trace how ShowEmpty is rendered, then verify that the XAML example accepts Description and Logo and that both values appear in the empty state.
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
- 50/100