简体   繁体   English

PropertyGrid RTL支持

[英]PropertyGrid RTL support

Is it possible to switch PropertyGrid to RTL layout? 是否可以将PropertyGrid切换为RTL布局? Seems to be that setting RightToLeft property to Yes does not do the job. 似乎将RightToLeft属性设置为Yes不能完成这项工作。 There are RtlTranslateAlignments and RtlTranslateContent methods in PropertyGrid , should I use it in any way? PropertyGridRtlTranslateAlignmentsRtlTranslateContent方法,是否应以任何方式使用它?

If this property is unsupported are there free analogues that support RTL layout correctly? 如果不支持此属性,是否有免费的类似物正确支持RTL布局?

Note: I'm using PropertyGrid in C++/CLI. 注意:我在C ++ / CLI中使用PropertyGrid

I fear there is no free solution that will let you display the grid as RTL. 我担心没有免费的解决方案可以让您将网格显示为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. 根据我自己的经验,我可以告诉您,它需要一个从零开始开发的组件,才能“反转”绘制网格并具有行为相同的就地控件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM