vote up 1 vote down star

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.

flag

1 Answer

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.