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.