www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@mbcwidgets/@itemList/pPostSetPosition.m

    function pPostSetPosition(obj, evt)
%PPOSTSETPOSITION Set object position
%
%  PPOSTSETPOSITION(OBJ, EVT) sets OBJ to be in a new position.  This
%  function is called as  result of the Position property being altered.

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


obj.super( 'pPostSetPosition', evt );
% Set up the column header widths correctly to keep both in view
obj.pSetColumnWidths;