列表视图切换的地方 [英] Listviews switch places

查看:125
本文介绍了列表视图切换的地方的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个WinForms 用户控件(UC)与 TableLayoutPanel中(TLP)。此面板有2列1行,停靠到填充整个UC。在TLP每列里面我有一个分组框,这也被设置为 dock.Fill 。最后我有一个的ListView 每个组框也被停靠填进去。

I have a winforms UserControl (UC) with a TableLayoutPanel (TLP). This panel has 2 columns and 1 row and is docked to fill the whole UC. Inside each column in the TLP I have a GroupBox, which is also set to dock.Fill. Last I have a ListView inside each group box which is also docked to fill.

我在右列左边的列和列表视图列表视图一个。我已经测试我的应用程序在多台计算机上没有任何问题。但是,一台计算机上列表视图切换获得,因此它们显示:C | A的不是A |乙

I have list view A in the left column and list view B in the right column. I have tested my application on several computers without any problems. But on one computer list views get switched, so they are displayed: B | A instead of A | B

有谁有一个想法,什么可能会造成这个。

Does anybody have an idea to what could be causing this.

我道歉,如果对此的解释是模糊的或者这是一些琐碎的事情,我只是从来没有经历过这一点。

I apologize if the explanation is fuzzy or this is some trivial thing, I just never experienced this before.

推荐答案

尝试使表单属性从右至左= TRUE 。我测试了这一点,并取得了成功。

Try make form property RightToLeft = true. I tested this and succeeded.

这篇关于列表视图切换的地方的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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