葡萄城开发者社区's Archiver
首页
›
XAML 求助中心
› Flexgrid清除选中行无法清除
sansanhw
发表于 2021-10-18 16:37:37
Flexgrid清除选中行无法清除
FlxgdUvChkDefine.Rows.Selected.Clear();
FlxgdUvChkDefine.Rows.Selected = true;
Flxgrid中选中的行集合为何用clear清不掉
Richard.Ma
发表于 2021-10-18 17:19:11
要清除选中可以用下面的代码,即选中-1行-1列
c1FlexGrid1.Select(c1FlexGrid1.GetCellRange(-1,-1), true);
页:
[1]
查看完整版本:
Flexgrid清除选中行无法清除