This is a migrated thread and some comments may be shown as answers.

not ordered alphabetically and

1 Answer 37 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 04 Jun 2012, 04:12 PM
Hello, how could i have a properties no alphabetically?

Now i have:
 uxpGrid_Properties.Item = new BeanInfoPropertiesNodes()
                {
                    UserKey = l_selectedElement.UserKey,
                    CreationDate = l_selectedElement.CreationDate,
                    Width = l_selectedElement.Width,
                    Height = l_selectedElement.Height,
                    PosX = l_selectedElement.PosX,
                    PosY = l_selectedElement.PosY,
                    Angle = l_selectedElement.Angle

                };

I need this order, not alphabetically orderer.

I need the creation date in read only, the other elements no.


Thank you

1 Answer, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
answered on 05 Jun 2012, 07:13 AM
I have resolved.

The solution is:
Grid_Properties_AutoGeneratingPropertyDefinition

You can change indivual elements of the item here.

Tags
PropertyGrid
Asked by
David
Top achievements
Rank 1
Answers by
David
Top achievements
Rank 1
Share this question
or