技术文章

了解最新技术文章

当前位置:首页>技术文章>技术文章
全部 110 常见问题 0 技术文章 110

我想在 xamdatagrid 代码隐藏中滚动

时间:2023-05-23   访问量:1039

如果要在代码中滚动 XamDataGrid,请使用BringRecordIntoViewBringCellIntoView方法。

BringRecordIntoView方法垂直滚动 XamDataGrid,直到参数中指定的行可见。

BringCellIntoView方法垂直和水平滚动 XamDataGrid,直到参数中指定的单元格可见。

// BringRecordIntoView 方法示例

// 如果你想滚动到活动行。

xamDataGrid1.BringRecordIntoView ( xamDataGrid1.ActiveRecord ) ; _ _

// BringCellIntoView 方法示例

// 如果你想滚动到活动单元格

xamDataGrid1.BringCellIntoView ( xamDataGrid1.ActiveCell ) ; _ _

 

BringRecordIntoView 方法

将指定的记录滚动到视图中。

句法

public void BringRecordIntoView( 
   记录 记录)


上一篇:在 XamDataGrid 单元格(模板字段)中嵌入任意控件

下一篇:在 IgxGrid 单元格中显示复选框

发表评论:

评论记录:

未查询到任何数据!

在线咨询

点击这里给我发消息 售前咨询专员

点击这里给我发消息 售后服务专员

在线咨询

免费通话

24小时免费咨询

请输入您的联系电话,座机请加区号

免费通话

微信扫一扫

微信联系
返回顶部