PropertyGrid RTL 支持
是否可以将 PropertyGrid
切换为 RTL 布局? 似乎将 RightToLeft
属性设置为 Yes
不起作用。 PropertyGrid
中有 RtlTranslateAlignments
和 RtlTranslateContent
方法,我应该以任何方式使用它吗?
如果不支持此属性,是否有正确支持 RTL 布局的免费类似物?
注意:我在 C++/CLI 中使用 PropertyGrid
。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我担心没有免费的解决方案可以让您将网格显示为 RTL。 根据我自己的经验,我可以告诉您,需要从头开始开发的组件才能“反转”绘制网格并具有行为相同的就地控件。
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.