ListerResizeData

If a script add-inimplements the OnListerResize event, the method receives a ListerResizeData object whenever a Lister window is resized.

Property NameReturn TypeDescription

action

string

Returns a string indicating the resize action that occurred. This will be one of the following strings: resize, minimize, maximize, restore.

width

int

Returns the new width of the Lister in pixels.

height

int

Returns the new height of the Lister in pixels.

lister

object:Lister

Returns a Lister object representing the Lister that was resized.

最后更新于