Skip to content

Problems with the PropertyGrid control #1632

@hap1983

Description

@hap1983

When using the PropertyGrid control in ironpython, how to use the CategoryAttribute feature to classify and display properties in the PropertyGrid control?
I know how to do it in C#,using Attribute label:
[Browsable(true), Category("Category"),Description("just a test")]
public int Prop
{
get { return _prop; }
set { this._prop = value; }
}

but how to do it in Ironpython? Looking forward to your reply

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions