?
=?iso-8859-1?q?Stefan_Sch=F6b?=
Hi
I've got here a simple PropertyGrid on my Form.
And there is an Array with n-Objects of simple Class with n
Attributes.
I used the Code of the following Article to localize all the
Properties, Descriptions, Categories... this works well if I use the
SelectedObject-Property of the PropertyGrid!
http://www.codeproject.com/cs/miscc...df=100&forumid=3683&exp=0&select=558655&fr=26
But if I try the SelectedObjects-Property, the PropertyGrid will not
show the Categories... it displays only the Misc-Category instead of
my own 3 Categories.
And the other Problem is, the PropertyGrid sort the Properties not by
the DisplayName. it use the Name to sort all the Properties.
Anybody know a Workaround for this two Problems?
I've got here a simple PropertyGrid on my Form.
And there is an Array with n-Objects of simple Class with n
Attributes.
I used the Code of the following Article to localize all the
Properties, Descriptions, Categories... this works well if I use the
SelectedObject-Property of the PropertyGrid!
http://www.codeproject.com/cs/miscc...df=100&forumid=3683&exp=0&select=558655&fr=26
But if I try the SelectedObjects-Property, the PropertyGrid will not
show the Categories... it displays only the Misc-Category instead of
my own 3 Categories.
And the other Problem is, the PropertyGrid sort the Properties not by
the DisplayName. it use the Name to sort all the Properties.
Anybody know a Workaround for this two Problems?