invalidateDisplayList()

当多次改变控件的某些属性(如 高,宽,数据)后,调用该方法以便一次性的刷新相关属性和布局等。较之于一次一次的自动刷新,更有效率。

Method Defined By
Calling this method results in a call to the component's validateDisplayList() method before the display list is rendered.
IInvalidating
Calling this method results in a call to the component's validateProperties() method before the display list is rendered.
IInvalidating
Calling this method results in a call to the component's validateSize() method before the display list is rendered.
IInvalidating
Validates and updates the properties and layout of this object by immediately calling validateProperties(), validateSize(), and validateDisplayList(), if necessary.

 

你可能感兴趣的:(validate)