是否有任何网格组件支持从右到左的视觉工作室布局? [英] is there any grid component which supports right to left layout in visual studio?

查看:206
本文介绍了是否有任何网格组件支持从右到左的视觉工作室布局?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有像devextra网格(或像delphi中的tadvancedgrid)的网格,它完全支持从右到左布局

我想要一些数据网格,可以设置比dataGridView更多的属性



设置皮肤,每列数据格式,数据导航工具,网格背景图像

列分组工具过滤工具,打印工具.... b
$ b $(比DataGridView有更大的灵活性)$ b $

$

与RightToLeft不同,RightToLeftLayout
不会继承。如果您希望
对子控件生效,那么
必须在每个您希望镜像的子控件上设置
。 (来自MSDN)


一些详情 here



对于DataGridView,您可以使用RightToLeft


I was wondering if there is a grid like devextra grid (or like tadvancedgrid in delphi) which supports right to left layout completely

i want some data grid which i can set more properties than dataGridView on it

to set skins , data formats for each column ,data navigation tools , background image for grid

column grouping tools filtering tools , printing tools , ....

(something which has more flexibility than DataGridView)

解决方案

There is a RightToLeftLayout property actually, but it is not implemented everywhere, besides:

Unlike RightToLeft, RightToLeftLayout does not inherit. If you want it to take effect for child controls, you must set it on each child control that you want mirrored. (from MSDN)

some details here

For the DataGridView you can use RightToLeft

这篇关于是否有任何网格组件支持从右到左的视觉工作室布局?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆