views:

160

answers:

1

Is it possible to switch PropertyGrid to RTL layout? Seems to be that setting RightToLeft property to Yes does not do the job. There are RtlTranslateAlignments and RtlTranslateContent methods in PropertyGrid, should I use it in any way?

If this property is unsupported are there free analogues that support RTL layout correctly?

Note: I'm using PropertyGrid in C++/CLI.

A: 

I fear there is no free solution that will let you display the grid as RTL. From my own experience I can tell you that it takes a component developed from scratch to be able to draw the grid "reversed" and have inplace controls that behave the same.

Nicolas Cadilhac