VisualHint wrote:
> Dear Ozden,
>
> For sure, you can't sort the categories. What you can do for properties
> is to derive from ICustomTypeDescriptor and control the order of the
> properties you return with GetProperties. Not very intuitive.
>
> Note also that a new product is in development, Smart PropertyGrid
> visible at
http://www.propertygrid.net, that will allow custom sort
> (could be on UserData stored in each property for example). I'm
> currently grabbing ideas for this feature so if you want to
> participate ;)
> A post dealing with this issue will be available today or tomorrow on
> the web site.
>
> Best regards
>
> Nicolas Cadilhac
> VisualHint (
http://www.visualhint.com)
>
> Özden Irmak (at) wrote:
>
>>Hi,
>>
>>I want to achieve custom sort on properties on a propertygrid. This
>
> means
>
>>that I don't want any alphabetical sort but want to use my own sort
>>algorithm.
>>
>>Does anybody know how to do this?
>>
>>Regards,
>>
>>Özden Irmak
>
>