在以前很长时间就想将树视图的关闭按钮去掉,但是没有找到好的方法,今天在做其它的工作时,无意中发现可以实现。
在应用程序中,代码如下:
在应用程序中,代码如下:
IViewLayout treelayout = layout.getViewLayout("treeview");
treelayout.setCloseable(false);
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}