单据体设置冻结列原创
26人赞赏了该文章
2,038次浏览
编辑于2020年12月21日 12:25:39
EntryGrid entry = getView().getControl("单据体标识"); Optional.ofNullable(entry).ifPresent(e -> { e.setColumnProperty("列1", ClientProperties.IsFixed, true); e.setColumnProperty("列2", ClientProperties.IsFixed, true); });
冻结效果如下:
赞 26
26人点赞
还没有人点赞,快来当第一个点赞的人吧!
打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!
推荐阅读