首页 > 代码库 > UltraWebGrid 固定表头表尾

UltraWebGrid 固定表头表尾

把Grid的TableLayout属性设为:Fixed ; UseFixedHeaders设为:True  //这是指定Grid允许固定列
  StationaryMargins="Headerandfooter"  //这使Header始终在最上面显示

设置