当前位置:编程学习 > C#/ASP.NET >>

如何将UltraGrid中的所有项收缩起来?

如题,如何将UltraGrid的所有项目收缩起来?  
我使用了如下语句:
  private void ugdDataResult_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)
  {
  e.Layout.Rows.ExpandAll(false);
  }
但是只能将将最下面的一层收起来 , 不能收缩到最顶上的一层, 请知道方法的朋友告诉我,非常感谢! --------------------编程问答-------------------- 有知道的请帮个忙 谢谢 --------------------编程问答-------------------- 有知道的请帮个忙 谢谢 --------------------编程问答-------------------- 有知道的请帮个忙 谢谢
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,