HandyOrg / HandyOrg/HandyControl

[Feature request] Description of fields showen in PropertyGrid

Open
#615 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

:factory: enhancement
Dominant language
C#
Stars
7.2k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Description of object fields is important, users need to see what does property do. Description of field can be set with Description Attribute, as Category set:

[Description("Some description of the field"), Category("SomeCategory")]
public string SomeFieldOfObject { get; set; }

In WinForms PropertyGrid description of field is showen at bottom.
Example

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files or tests; start by locating the WPF PropertyGrid implementation and its existing property or category rendering. Check how Description attributes are read, then verify that a property's description appears in a bottom area like the WinForms example.

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
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.