【问题标题】:How Active Right to Left ScrollBar in DotNetBar DataGridView (Win Form) - C#DotNetBar DataGridView(Win Form)中如何从右到左滚动条 - C#
【发布时间】:2013-05-06 13:45:03
【问题描述】:

我在 Win Form 中使用 C#。

我使用 DotNetBar 的 DataGridView (DataGridViewX) 并将 RightToLeft 模式更改为 Yes。

但 DataGridViewX 的水平滚动条从左侧开始,而必须从右侧开始。

看下图来解决我的问题:

如何解决问题?

【问题讨论】:

    标签: c# datagridview right-to-left dotnetbar


    【解决方案1】:

    试试这个
    DataGridViewX.CurrentCell = DataGridViewX[0, DataGridViewX.Rows.Count - 1];

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-02-28
      • 1970-01-01
      • 2017-02-21
      • 1970-01-01
      • 2014-12-22
      • 2015-05-02
      • 2021-08-12
      相关资源
      最近更新 更多