www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtools/@cgbrowser/stopSortList.m

    function stopSortList(h)
%STOPSORTLIST Stops the list control from automatically sorting
%
%  STOPSORTLIST(CGB) turns sorting off on the listview.

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


list = h.Hand.Figure.List;
list.Sorted = 0;